svn commit: r320356 - in head/devel: pecl-newt pecl-pthreads

Martin Wilke miwi at FreeBSD.org
Sun Jun 9 17:30:34 UTC 2013


Author: miwi
Date: Sun Jun  9 17:30:33 2013
New Revision: 320356
URL: http://svnweb.freebsd.org/changeset/ports/320356

Log:
  - Remove php4 reference

Modified:
  head/devel/pecl-newt/Makefile   (contents, props changed)
  head/devel/pecl-pthreads/Makefile   (contents, props changed)

Modified: head/devel/pecl-newt/Makefile
==============================================================================
--- head/devel/pecl-newt/Makefile	Sun Jun  9 17:27:04 2013	(r320355)
+++ head/devel/pecl-newt/Makefile	Sun Jun  9 17:30:33 2013	(r320356)
@@ -19,7 +19,6 @@ USE_PHPIZE=	yes
 USE_PHP_BUILD=	yes
 USE_PHPEXT=	yes
 PHP_MODNAME=	newt
-IGNORE_WITH_PHP=4
 
 post-patch:
 	@${REINPLACE_CMD} -e '/SEARCH_PATH/ s,=",="${LOCALBASE} ${PREFIX} ,' \

Modified: head/devel/pecl-pthreads/Makefile
==============================================================================
--- head/devel/pecl-pthreads/Makefile	Sun Jun  9 17:27:04 2013	(r320355)
+++ head/devel/pecl-pthreads/Makefile	Sun Jun  9 17:30:33 2013	(r320356)
@@ -19,6 +19,6 @@ USE_PHP_BUILD=	yes
 USE_PHPIZE=	yes
 USE_PHPEXT=	yes
 PHP_MODNAME=	pthreads
-IGNORE_WITH_PHP=4 52
+IGNORE_WITH_PHP=	52
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list