aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2013-06-10 01:30:33 +0800
committermiwi <miwi@FreeBSD.org>2013-06-10 01:30:33 +0800
commitc5f2d97c3283cbf1249f9a49b3e6c9b72132e51d (patch)
tree507b1003870052cd63c18eb6678228217cf2381d /devel
parent8ff9ab4088ce9f6ae15df8b68cb207933fe4a491 (diff)
downloadfreebsd-ports-gnome-c5f2d97c3283cbf1249f9a49b3e6c9b72132e51d.tar.gz
freebsd-ports-gnome-c5f2d97c3283cbf1249f9a49b3e6c9b72132e51d.tar.zst
freebsd-ports-gnome-c5f2d97c3283cbf1249f9a49b3e6c9b72132e51d.zip
- Remove php4 reference
Diffstat (limited to 'devel')
-rw-r--r--devel/pecl-newt/Makefile1
-rw-r--r--devel/pecl-pthreads/Makefile2
2 files changed, 1 insertions, 2 deletions
diff --git a/devel/pecl-newt/Makefile b/devel/pecl-newt/Makefile
index c7707f5a0fdc..21382774006d 100644
--- a/devel/pecl-newt/Makefile
+++ b/devel/pecl-newt/Makefile
@@ -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} ,' \
diff --git a/devel/pecl-pthreads/Makefile b/devel/pecl-pthreads/Makefile
index d6efb737595d..4213111eab94 100644
--- a/devel/pecl-pthreads/Makefile
+++ b/devel/pecl-pthreads/Makefile
@@ -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>