aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2012-05-17 22:17:36 +0800
committermiwi <miwi@FreeBSD.org>2012-05-17 22:17:36 +0800
commit052eba088d6154f927ac9d899f7c027046e4bb8e (patch)
tree78e3d4295dbcf19c429635bac10aa4aabc2e31dd /devel
parentf10b848bde88cc10dd4e1fb35c42119e0bf60f04 (diff)
downloadfreebsd-ports-gnome-052eba088d6154f927ac9d899f7c027046e4bb8e.tar.gz
freebsd-ports-gnome-052eba088d6154f927ac9d899f7c027046e4bb8e.tar.zst
freebsd-ports-gnome-052eba088d6154f927ac9d899f7c027046e4bb8e.zip
- Switch to php53
Reported by: phw
Diffstat (limited to 'devel')
-rw-r--r--devel/pecl-operator/Makefile2
-rw-r--r--devel/pecl-runkit/Makefile1
-rw-r--r--devel/pecl-spread/Makefile1
-rw-r--r--devel/pecl-xhprof/Makefile1
4 files changed, 4 insertions, 1 deletions
diff --git a/devel/pecl-operator/Makefile b/devel/pecl-operator/Makefile
index ecd28e510474..4905da545138 100644
--- a/devel/pecl-operator/Makefile
+++ b/devel/pecl-operator/Makefile
@@ -21,7 +21,7 @@ LICENSE= PHP30
USE_PHP= yes
USE_PHPEXT= yes
-DEFAULT_PHP_VER?= 5
+DEFAULT_PHP_VER?= 53
IGNORE_WITH_PHP= 4
PHP_MODNAME= ${PORTNAME}
diff --git a/devel/pecl-runkit/Makefile b/devel/pecl-runkit/Makefile
index f36a7012b780..12aaae3a7bfe 100644
--- a/devel/pecl-runkit/Makefile
+++ b/devel/pecl-runkit/Makefile
@@ -20,6 +20,7 @@ COMMENT= PECL extension to modify constants, user-defined functions and classes
USE_PHP= yes
USE_PHPEXT= yes
PHP_MODNAME= runkit
+DEFAULT_PHP_VER=53
CONFIGURE_ARGS= --enable-runkit=classkit
diff --git a/devel/pecl-spread/Makefile b/devel/pecl-spread/Makefile
index 2d57dc0f19ba..358c1d466551 100644
--- a/devel/pecl-spread/Makefile
+++ b/devel/pecl-spread/Makefile
@@ -22,6 +22,7 @@ LICENSE= PHP301
USE_PHP= yes
USE_PHPEXT= yes
+DEFAULT_PHP_VER=53
IGNORE_WITH_PHP=4
CONFIGURE_ARGS+=--with-spread=${LOCALBASE}
diff --git a/devel/pecl-xhprof/Makefile b/devel/pecl-xhprof/Makefile
index f33ee63ca283..2fe23e6a2c7f 100644
--- a/devel/pecl-xhprof/Makefile
+++ b/devel/pecl-xhprof/Makefile
@@ -21,6 +21,7 @@ USE_PHP= yes
USE_PHPIZE= yes
USE_PHPEXT= yes
ONLY_FOR_ARCHS= i386 amd64
+DEFAULT_PHP_VER=53
.include <bsd.port.pre.mk>