summaryrefslogtreecommitdiff
path: root/lang/php5-extensions
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2004-07-19 23:25:22 +0000
committerAlex Dupre <ale@FreeBSD.org>2004-07-19 23:25:22 +0000
commitae5859d055c686a166deb3157fd7842071a00d0e (patch)
tree05fad60f9cf94b59efac054492ddf537188b8cf9 /lang/php5-extensions
parentGrammar fixes. (diff)
- Document DEFAULT_PHP_VER and BROKEN_WITH_PHP
- Set them acccordingly in PHP extensions ports (Now I really need some rest, see you tomorrow)
Notes
Notes: svn path=/head/; revision=114254
Diffstat (limited to 'lang/php5-extensions')
-rw-r--r--lang/php5-extensions/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/php5-extensions/Makefile b/lang/php5-extensions/Makefile
index c15fc5332705..4b8f2b9c104c 100644
--- a/lang/php5-extensions/Makefile
+++ b/lang/php5-extensions/Makefile
@@ -18,6 +18,10 @@ COMMENT= A "meta-port" to install PHP extensions
NO_BUILD= # none
+USE_PHP= yes
+DEFAULT_PHP_VER=5
+BROKEN_WITH_PHP=4
+
OPTIONS= BCMATH "bc style precision math functions" off \
BZ2 "bzip2 library support" off \
CALENDAR "calendar conversion support" off \