aboutsummaryrefslogtreecommitdiffstats
path: root/lang/php53/Makefile
diff options
context:
space:
mode:
authorale <ale@FreeBSD.org>2006-10-07 01:24:21 +0800
committerale <ale@FreeBSD.org>2006-10-07 01:24:21 +0800
commit23fad008e30594e388e496cab69eeca30a5e9969 (patch)
tree7a325ee3f5098bbc64d6cb586d80e7fcccd6fcca /lang/php53/Makefile
parent678cd523f512d6b5af74c95aaf16a510958929eb (diff)
downloadfreebsd-ports-gnome-23fad008e30594e388e496cab69eeca30a5e9969.tar.gz
freebsd-ports-gnome-23fad008e30594e388e496cab69eeca30a5e9969.tar.zst
freebsd-ports-gnome-23fad008e30594e388e496cab69eeca30a5e9969.zip
Enable suhosin patch by default.
Diffstat (limited to 'lang/php53/Makefile')
-rw-r--r--lang/php53/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/php53/Makefile b/lang/php53/Makefile
index 955b663e68dc..e0d2013da065 100644
--- a/lang/php53/Makefile
+++ b/lang/php53/Makefile
@@ -43,7 +43,7 @@ OPTIONS= CLI "Build CLI version" on \
CGI "Build CGI version" on \
APACHE "Build Apache module" off \
DEBUG "Enable debug" off \
- SUHOSIN "Enable Suhosin protection system" off \
+ SUHOSIN "Enable Suhosin protection system" on \
MULTIBYTE "Enable zend multibyte support" off \
IPV6 "Enable ipv6 support" on \
REDIRECT "Enable force-cgi-redirect support (CGI only)" off \
@@ -57,7 +57,7 @@ MAN1= php-config.1 phpize.1
.include <bsd.port.pre.mk>
-.if defined(WITH_SUHOSIN)
+.if !defined(WITHOUT_SUHOSIN)
PATCHFILES= suhosin-patch-${PORTVERSION}-0.9.5.patch.gz
PATCH_SITES= http://www.hardened-php.net/suhosin/_media/
PATCH_DIST_STRIP= -p1