diff options
author | taca <taca@pkgsrc.org> | 2012-06-16 02:59:48 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2012-06-16 02:59:48 +0000 |
commit | 40406bed5c705f592aab9246b27f1e7313fa43d7 (patch) | |
tree | 087749a59877ab50857d0eed40bac55a0563d248 /security/php-suhosin | |
parent | fa82681d54e3d9e1cdb8884b4c4e8ade32c1cb66 (diff) | |
download | pkgsrc-40406bed5c705f592aab9246b27f1e7313fa43d7.tar.gz |
Restrict to PHP 5.2.x and 5.3.x since there is no PHP 5.4.x officialy yet.
Diffstat (limited to 'security/php-suhosin')
-rw-r--r-- | security/php-suhosin/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/security/php-suhosin/Makefile b/security/php-suhosin/Makefile index 27197eb71cf..40620f67324 100644 --- a/security/php-suhosin/Makefile +++ b/security/php-suhosin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2012/01/20 03:23:34 taca Exp $ +# $NetBSD: Makefile,v 1.6 2012/06/16 02:59:48 taca Exp $ # MODNAME= suhosin @@ -14,6 +14,9 @@ COMMENT= Advanced protection system for PHP installations PKG_DESTDIR_SUPPORT= user-destdir +# There is no patch for PHP 5.4 yet(?). +PHP_VERSIONS_ACCEPTED= 52 53 + CONFIGURE_ARGS= --enable-${MODNAME} .include "../../lang/php/ext.mk" |