svn commit: r408196 - head/www/squidview

John Marino marino at FreeBSD.org
Fri Feb 5 14:51:21 UTC 2016


Author: marino
Date: Fri Feb  5 14:51:20 2016
New Revision: 408196
URL: https://svnweb.freebsd.org/changeset/ports/408196

Log:
  www/squidview: document ncurses requirement (USES+=ncurses)
  
  approved by:	infrastructure blanket

Modified:
  head/www/squidview/Makefile

Modified: head/www/squidview/Makefile
==============================================================================
--- head/www/squidview/Makefile	Fri Feb  5 14:50:23 2016	(r408195)
+++ head/www/squidview/Makefile	Fri Feb  5 14:51:20 2016	(r408196)
@@ -11,6 +11,7 @@ COMMENT=	Monitor squid statistics in rea
 
 LICENSE=	GPLv2
 
+USES=		ncurses
 GNU_CONFIGURE=	yes
 
 DOCS=		HOWTO README


More information about the svn-ports-all mailing list