summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2012-05-20 06:42:55 +0000
committerAlex Dupre <ale@FreeBSD.org>2012-05-20 06:42:55 +0000
commit77cb321f555961d887151f7a0e56b4289007a832 (patch)
tree8cf380a192f1f3bb956bfa03e547165460421400 /mail
parentFix QPS calculation for MySQL 5.0.76 or later. (diff)
Mark IGNORE with php 5.4 and set 5.3 as default.
Reported by: pav Pointyhat to: me
Notes
Notes: svn path=/head/; revision=297003
Diffstat (limited to 'mail')
-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>