Index: head/sysutils/ldapvi/Makefile =================================================================== --- head/sysutils/ldapvi/Makefile (revision 426386) +++ head/sysutils/ldapvi/Makefile (revision 426387) @@ -1,41 +1,41 @@ # Created by: Joerg Pulz # $FreeBSD$ PORTNAME= ldapvi PORTVERSION= 1.7 PORTREVISION= 4 CATEGORIES= sysutils net MASTER_SITES= http://www.lichteblau.com/download/ \ LOCAL/sbz MAINTAINER= sbz@FreeBSD.org COMMENT= Tool to update LDAP entries with a text editor LICENSE= GPLv2 LIB_DEPENDS= libpopt.so:devel/popt -USES= gmake iconv pkgconfig +USES= gmake iconv ncurses pkgconfig USE_OPENLDAP= yes USE_GNOME= glib20 GNU_CONFIGURE= yes MAKEFILE= GNUmakefile EXTRA_PATCHES= ${FILESDIR}/0010-renamed-getline.patch:-p2 CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz \ ${DOCSDIR_REL}/manual.css ${DOCSDIR_REL}/manual.xml \ ${DOCSDIR_REL}/bg.png ${DOCSDIR_REL}/html.xsl # XXX should probably be converted to OptionsNG .if !defined(WANT_OPENLDAP_SASL) || defined(WITHOUT_SASL) CONFIGURE_ARGS= --without-sasl .endif post-patch: @${REINPLACE_CMD} -e 's/-lssl/-lcrypto/' ${WRKSRC}/configure .include Index: head/sysutils/slst/Makefile =================================================================== --- head/sysutils/slst/Makefile (revision 426386) +++ head/sysutils/slst/Makefile (revision 426387) @@ -1,21 +1,21 @@ # Created by: Jeffrey H. Johnson # $FreeBSD$ PORTNAME= slst PORTVERSION= 0.2 PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://www.vanheusden.com/slst/ -EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Generates syslog statistics to detect tendencies and unexpected change +USES= ncurses tar:tgz ALL_TARGET= all PLIST_FILES= bin/slst post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/slst .include