aboutsummaryrefslogtreecommitdiff
path: root/math
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 /math
parent12ce6c87dd0ede9d22d073e48b5a0e107474401e (diff)
downloadports-77cb321f555961d887151f7a0e56b4289007a832.tar.gz
ports-77cb321f555961d887151f7a0e56b4289007a832.zip
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 'math')
-rw-r--r--math/pecl-bitset/Makefile2
-rw-r--r--math/pecl-stats/Makefile2
2 files changed, 4 insertions, 0 deletions
diff --git a/math/pecl-bitset/Makefile b/math/pecl-bitset/Makefile
index 0022d58d1f16..52ce275a401f 100644
--- a/math/pecl-bitset/Makefile
+++ b/math/pecl-bitset/Makefile
@@ -18,5 +18,7 @@ COMMENT= A PECL extension for manipulating bitsets
USE_PHP= yes
USE_PHPEXT= yes
+DEFAULT_PHP_VER=53
+IGNORE_WITH_PHP=5
.include <bsd.port.mk>
diff --git a/math/pecl-stats/Makefile b/math/pecl-stats/Makefile
index cf4fe7f3cf94..05df37054998 100644
--- a/math/pecl-stats/Makefile
+++ b/math/pecl-stats/Makefile
@@ -18,5 +18,7 @@ COMMENT= A PECL extension which with routines for statistical computation
USE_PHP= yes
USE_PHPEXT= yes
+DEFAULT_PHP_VER=53
+IGNORE_WITH_PHP=5
.include <bsd.port.mk>