svn commit: r408165 - head/net-mgmt/pktstat

John Marino marino at FreeBSD.org
Fri Feb 5 11:41:52 UTC 2016


Author: marino
Date: Fri Feb  5 11:41:50 2016
New Revision: 408165
URL: https://svnweb.freebsd.org/changeset/ports/408165

Log:
  net-mgmt/pktstat: document ncurses requirement (USES+=ncurses)
  
  approved by:	infrastructure blanket

Modified:
  head/net-mgmt/pktstat/Makefile

Modified: head/net-mgmt/pktstat/Makefile
==============================================================================
--- head/net-mgmt/pktstat/Makefile	Fri Feb  5 11:40:44 2016	(r408164)
+++ head/net-mgmt/pktstat/Makefile	Fri Feb  5 11:41:50 2016	(r408165)
@@ -15,7 +15,7 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	dleonard0
 GH_TAGNAME=	46935839b
 
-USES=		autoreconf
+USES=		autoreconf ncurses
 GNU_CONFIGURE=	yes
 
 PLIST_FILES=	bin/${PORTNAME} man/man1/${PORTNAME}.1.gz


More information about the svn-ports-all mailing list