svn commit: r408179 - head/net/nload

John Marino marino at FreeBSD.org
Fri Feb 5 12:47:49 UTC 2016


Author: marino
Date: Fri Feb  5 12:47:48 2016
New Revision: 408179
URL: https://svnweb.freebsd.org/changeset/ports/408179

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

Modified:
  head/net/nload/Makefile

Modified: head/net/nload/Makefile
==============================================================================
--- head/net/nload/Makefile	Fri Feb  5 12:46:54 2016	(r408178)
+++ head/net/nload/Makefile	Fri Feb  5 12:47:48 2016	(r408179)
@@ -12,6 +12,7 @@ COMMENT=	Console application which monit
 
 LICENSE=	GPLv2
 
+USES=		ncurses
 GNU_CONFIGURE=	yes
 
 PLIST_FILES=	bin/nload man/man1/nload.1.gz


More information about the svn-ports-all mailing list