svn commit: r426387 - in head/sysutils: ldapvi slst

John Marino marino at FreeBSD.org
Sat Nov 19 16:55:29 UTC 2016


Author: marino
Date: Sat Nov 19 16:55:28 2016
New Revision: 426387
URL: https://svnweb.freebsd.org/changeset/ports/426387

Log:
  sysutils/slst, sysutils/ldapvi: Document ncurses requirement
  
  Approved by:	ncurses blanket

Modified:
  head/sysutils/ldapvi/Makefile
  head/sysutils/slst/Makefile

Modified: head/sysutils/ldapvi/Makefile
==============================================================================
--- head/sysutils/ldapvi/Makefile	Sat Nov 19 16:42:08 2016	(r426386)
+++ head/sysutils/ldapvi/Makefile	Sat Nov 19 16:55:28 2016	(r426387)
@@ -15,7 +15,7 @@ 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

Modified: head/sysutils/slst/Makefile
==============================================================================
--- head/sysutils/slst/Makefile	Sat Nov 19 16:42:08 2016	(r426386)
+++ head/sysutils/slst/Makefile	Sat Nov 19 16:55:28 2016	(r426387)
@@ -6,11 +6,11 @@ PORTVERSION=	0.2
 PORTREVISION=	1
 CATEGORIES=	sysutils
 MASTER_SITES=	http://www.vanheusden.com/slst/
-EXTRACT_SUFX=	.tgz
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Generates syslog statistics to detect tendencies and unexpected change
 
+USES=		ncurses tar:tgz
 ALL_TARGET=	all
 
 PLIST_FILES=	bin/slst


More information about the svn-ports-head mailing list