diff options
Diffstat (limited to 'lang')
-rw-r--r-- | lang/php4/Makefile.pear | 2 | ||||
-rw-r--r-- | lang/php5/Makefile.pear | 2 | ||||
-rw-r--r-- | lang/php53/Makefile.pear | 2 |
3 files changed, 6 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> diff --git a/lang/php5/Makefile.pear b/lang/php5/Makefile.pear index 6b8c15911319..60f3583eca46 100644 --- a/lang/php5/Makefile.pear +++ b/lang/php5/Makefile.pear @@ -17,6 +17,8 @@ INSTALL_TARGET= install-pear USE_PHP= pcre xml WANT_PHP_SCR= yes +DEFAULT_PHP_VER=5 +BROKEN_WITH_PHP=4 .include <bsd.port.pre.mk> diff --git a/lang/php53/Makefile.pear b/lang/php53/Makefile.pear index 6b8c15911319..60f3583eca46 100644 --- a/lang/php53/Makefile.pear +++ b/lang/php53/Makefile.pear @@ -17,6 +17,8 @@ INSTALL_TARGET= install-pear USE_PHP= pcre xml WANT_PHP_SCR= yes +DEFAULT_PHP_VER=5 +BROKEN_WITH_PHP=4 .include <bsd.port.pre.mk> |