diff options
author | ale <ale@FreeBSD.org> | 2012-05-16 15:37:04 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2012-05-16 15:37:04 +0800 |
commit | 0eeea621dd9cabb58c0520c76c47af096f39b824 (patch) | |
tree | f0f8253b257082f0dcbb68334515cd2e9d34ab1a /www/zend-framework | |
parent | 6114ed6c930dcd43fd5cb27d2d7d14289eea1eca (diff) | |
download | freebsd-ports-gnome-0eeea621dd9cabb58c0520c76c47af096f39b824.tar.gz freebsd-ports-gnome-0eeea621dd9cabb58c0520c76c47af096f39b824.tar.zst freebsd-ports-gnome-0eeea621dd9cabb58c0520c76c47af096f39b824.zip |
Switch to default PHP 5.3, since not compatible with PHP 5.4.
Diffstat (limited to 'www/zend-framework')
-rw-r--r-- | www/zend-framework/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/zend-framework/Makefile b/www/zend-framework/Makefile index adaa0520a7b5..0706cdd38848 100644 --- a/www/zend-framework/Makefile +++ b/www/zend-framework/Makefile @@ -21,7 +21,8 @@ COMMENT= A framework for developing PHP web applications NO_BUILD= yes USE_PHP= spl WANT_PHP_WEB= yes -IGNORE_WITH_PHP=4 +DEFAULT_PHP_VER=53 +IGNORE_WITH_PHP=5 USE_GETTEXT= yes SUB_FILES= pkg-message |