diff options
author | Alex Dupre <ale@FreeBSD.org> | 2004-12-01 10:36:26 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2004-12-01 10:36:26 +0000 |
commit | bcb88d4183d647ae4347391f0f49e436376605c4 (patch) | |
tree | ca8b668433b9248dd8d70f68fa14a36934a51bb0 /lang/php4/Makefile.pear | |
parent | Make fetchable again. (diff) |
Set correct default PHP version.
PR: ports/74300
Submitted by: Ryan <majost@lagparty.org>
Notes
Notes:
svn path=/head/; revision=122886
Diffstat (limited to 'lang/php4/Makefile.pear')
-rw-r--r-- | lang/php4/Makefile.pear | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/php4/Makefile.pear b/lang/php4/Makefile.pear index e116b8af42fa..4c3e80e5d25b 100644 --- a/lang/php4/Makefile.pear +++ b/lang/php4/Makefile.pear @@ -17,6 +17,8 @@ INSTALL_TARGET= install-pear USE_PHP= pcre xml WANT_PHP_SCR= yes +DEFAULT_PHP_VER=4 +BROKEN_WITH_PHP=5 .include <bsd.port.pre.mk> |