svn commit: r408515 - head/devel/pecl-ncurses

John Marino marino at FreeBSD.org
Mon Feb 8 20:54:52 UTC 2016


Author: marino
Date: Mon Feb  8 20:54:50 2016
New Revision: 408515
URL: https://svnweb.freebsd.org/changeset/ports/408515

Log:
  devel/pecl-ncurses: document ncurses requirement (USES+=ncurses)
  
  approved by:	infrastructure blanket

Modified:
  head/devel/pecl-ncurses/Makefile

Modified: head/devel/pecl-ncurses/Makefile
==============================================================================
--- head/devel/pecl-ncurses/Makefile	Mon Feb  8 20:54:10 2016	(r408514)
+++ head/devel/pecl-ncurses/Makefile	Mon Feb  8 20:54:50 2016	(r408515)
@@ -14,6 +14,7 @@ COMMENT=	PECL extension for ncurses
 
 LICENSE=	PHP301
 
+USES=		ncurses
 USE_PHP=	yes
 USE_PHP_BUILD=	yes
 USE_PHPEXT=	yes


More information about the svn-ports-all mailing list