diff options
author | ale <ale@FreeBSD.org> | 2014-03-19 22:26:02 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2014-03-19 22:26:02 +0800 |
commit | dbca853ba834bf042720d4aa4579dd45cefb4026 (patch) | |
tree | 8a27737a6def458ba67a86be2027313b27d6c7fb /security | |
parent | cd51fb8a88ee513016cf14823dddd5a072a19739 (diff) | |
download | freebsd-ports-gnome-dbca853ba834bf042720d4aa4579dd45cefb4026.tar.gz freebsd-ports-gnome-dbca853ba834bf042720d4aa4579dd45cefb4026.tar.zst freebsd-ports-gnome-dbca853ba834bf042720d4aa4579dd45cefb4026.zip |
Add php 5.5 in IGNORE.
Diffstat (limited to 'security')
-rw-r--r-- | security/php-suhosin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/php-suhosin/Makefile b/security/php-suhosin/Makefile index 995530e4a83a..5ab9766266c3 100644 --- a/security/php-suhosin/Makefile +++ b/security/php-suhosin/Makefile @@ -14,7 +14,7 @@ COMMENT= A PHP extension that implements high-level protections USE_PHP= yes USE_PHPEXT= yes DEFAULT_PHP_VER=53 -IGNORE_WITH_PHP=5 +IGNORE_WITH_PHP=5 55 CONFIGURE_ARGS= --enable-suhosin |