summaryrefslogtreecommitdiff
path: root/lang/php4
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/php4
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/php4')
-rw-r--r--lang/php4/Makefile.ext2
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/php4/Makefile.ext b/lang/php4/Makefile.ext
index 3c240d1b2dbe..f2a44a29a45b 100644
--- a/lang/php4/Makefile.ext
+++ b/lang/php4/Makefile.ext
@@ -3,6 +3,8 @@ COMMENT= The ${PHP_MODNAME} shared extension for php
USE_PHP= yes
USE_PHPEXT= yes
PHP_MODNAME= ${PKGNAMESUFFIX:S/-//}
+DEFAULT_PHP_VER=4
+BROKEN_WITH_PHP=5
WRKSRC= ${WRKDIR}/php-${PORTVERSION:S/.r/RC/}/ext/${PHP_MODNAME}
PATCHDIR= ${.CURDIR}/files