svn commit: r408174 - head/net/httping

John Marino marino at FreeBSD.org
Fri Feb 5 12:24:40 UTC 2016


Author: marino
Date: Fri Feb  5 12:24:38 2016
New Revision: 408174
URL: https://svnweb.freebsd.org/changeset/ports/408174

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

Modified:
  head/net/httping/Makefile

Modified: head/net/httping/Makefile
==============================================================================
--- head/net/httping/Makefile	Fri Feb  5 12:22:39 2016	(r408173)
+++ head/net/httping/Makefile	Fri Feb  5 12:24:38 2016	(r408174)
@@ -19,6 +19,7 @@ PLIST_FILES=	bin/httping man/man1/httpin
 OPTIONS_DEFINE=	NCURSES FFTW SSL
 
 OPTIONS_DEFAULT=NCURSES SSL
+NCURSES_USES=	ncurses
 
 .include <bsd.port.options.mk>
 


More information about the svn-ports-all mailing list