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 /security | |
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 'security')
-rw-r--r-- | security/php-suhosin/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/php-suhosin/Makefile b/security/php-suhosin/Makefile index 7c859b1316be..d7ed64e603aa 100644 --- a/security/php-suhosin/Makefile +++ b/security/php-suhosin/Makefile @@ -17,7 +17,8 @@ COMMENT= A PHP extension that implements high-level protections USE_PHP= yes USE_PHPEXT= yes -IGNORE_WITH_PHP=4 +DEFAULT_PHP_VER=53 +IGNORE_WITH_PHP=5 CONFIGURE_ARGS= --enable-suhosin |