diff options
author | mat <mat@FreeBSD.org> | 2016-08-10 17:24:53 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-08-10 17:24:53 +0800 |
commit | 92bc12dea2a74191106005e6595af727e613c0fc (patch) | |
tree | dc2824ba035c60becb188580e81ae12f505c2f17 /security | |
parent | 54e2313dd51fcf51b478a05dcf15ee657781d24a (diff) | |
download | freebsd-ports-gnome-92bc12dea2a74191106005e6595af727e613c0fc.tar.gz freebsd-ports-gnome-92bc12dea2a74191106005e6595af727e613c0fc.tar.zst freebsd-ports-gnome-92bc12dea2a74191106005e6595af727e613c0fc.zip |
Suhosin needs session at build time so that it can encrypt the session.
Sponsored by: Absolight
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 3b57512af18d..c663bd20ab50 100644 --- a/security/php-suhosin/Makefile +++ b/security/php-suhosin/Makefile @@ -3,7 +3,7 @@ PORTNAME= suhosin PORTVERSION= 0.9.38 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security MASTER_SITES= http://download.suhosin.org/ PKGNAMEPREFIX= php- @@ -18,6 +18,7 @@ BROKEN_powerpc64= Does not build OPTIONS_DEFINE= EXAMPLES USES= php:ext +USE_PHP= session:build IGNORE_WITH_PHP= 70 CONFIGURE_ARGS= --enable-suhosin |