svn commit: r408163 - head/net-mgmt/iftop

John Marino marino at FreeBSD.org
Fri Feb 5 11:38:44 UTC 2016


Author: marino
Date: Fri Feb  5 11:38:42 2016
New Revision: 408163
URL: https://svnweb.freebsd.org/changeset/ports/408163

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

Modified:
  head/net-mgmt/iftop/Makefile

Modified: head/net-mgmt/iftop/Makefile
==============================================================================
--- head/net-mgmt/iftop/Makefile	Fri Feb  5 11:23:00 2016	(r408162)
+++ head/net-mgmt/iftop/Makefile	Fri Feb  5 11:38:42 2016	(r408163)
@@ -11,6 +11,7 @@ COMMENT=	Display bandwidth usage on an i
 
 LICENSE=	GPLv2
 
+USES=		ncurses
 GNU_CONFIGURE=	yes
 
 PORTDOCS=	README


More information about the svn-ports-all mailing list