aboutsummaryrefslogtreecommitdiffstats
path: root/mail/pecl-pop3
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 /mail/pecl-pop3
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 'mail/pecl-pop3')
-rw-r--r--mail/pecl-pop3/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/pecl-pop3/Makefile b/mail/pecl-pop3/Makefile
index f9a00f00e619..94b949252f95 100644
--- a/mail/pecl-pop3/Makefile
+++ b/mail/pecl-pop3/Makefile
@@ -21,5 +21,7 @@ USE_PHPIZE= yes
USE_PHP_BUILD= yes
USE_PHPEXT= yes
PHP_MODNAME= pop3
+DEFAULT_PHP_VER=53
+IGNORE_WITH_PHP=5
.include <bsd.port.mk>