aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorale <ale@FreeBSD.org>2012-05-20 14:42:55 +0800
committerale <ale@FreeBSD.org>2012-05-20 14:42:55 +0800
commitd829ddb636401f0a885021a9faa2577153e902c8 (patch)
treeae3aa4869387a8342eaad867ca624f4cc4f1210c /sysutils
parent5a884241854e309541424eeb9908f042c14dd2e6 (diff)
downloadfreebsd-ports-gnome-d829ddb636401f0a885021a9faa2577153e902c8.tar.gz
freebsd-ports-gnome-d829ddb636401f0a885021a9faa2577153e902c8.tar.zst
freebsd-ports-gnome-d829ddb636401f0a885021a9faa2577153e902c8.zip
Mark IGNORE with php 5.4 and set 5.3 as default.
Reported by: pav Pointyhat to: me
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/pecl-fileinfo/Makefile2
-rw-r--r--sysutils/pecl-proctitle/Makefile2
2 files changed, 4 insertions, 0 deletions
diff --git a/sysutils/pecl-fileinfo/Makefile b/sysutils/pecl-fileinfo/Makefile
index 17003b4e657e..9a7c46771c4e 100644
--- a/sysutils/pecl-fileinfo/Makefile
+++ b/sysutils/pecl-fileinfo/Makefile
@@ -19,6 +19,8 @@ COMMENT= A PECL extension to retrieve info about files
USE_PHP= yes
USE_PHPEXT= yes
+DEFAULT_PHP_VER=53
+IGNORE_WITH_PHP=5
CONFIGURE_ARGS= --with-fileinfo=/usr
diff --git a/sysutils/pecl-proctitle/Makefile b/sysutils/pecl-proctitle/Makefile
index 538ac2db26fa..e98c543ae2ba 100644
--- a/sysutils/pecl-proctitle/Makefile
+++ b/sysutils/pecl-proctitle/Makefile
@@ -18,5 +18,7 @@ COMMENT= A PECL extension that allows changing the current process' name
USE_PHP= yes
USE_PHPEXT= yes
+DEFAULT_PHP_VER=53
+IGNORE_WITH_PHP=5
.include <bsd.port.mk>