diff options
author | taca <taca@pkgsrc.org> | 2016-09-11 17:03:25 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2016-09-11 17:03:25 +0000 |
commit | d1a7e0b870d465d872477aef88c59281663bc12d (patch) | |
tree | 4d3ea4323f0d8d835b2c72dbe1a442a9c40f2ba2 /security/php-suhosin | |
parent | 30a507c0fd1426a8c4096ee1124343f7ee1cab94 (diff) | |
download | pkgsrc-d1a7e0b870d465d872477aef88c59281663bc12d.tar.gz |
Drop "55" (php55) from PHP_VERSIONS_ACCEPTED.
Diffstat (limited to 'security/php-suhosin')
-rw-r--r-- | security/php-suhosin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/php-suhosin/Makefile b/security/php-suhosin/Makefile index 89da8070924..c32f8547a5f 100644 --- a/security/php-suhosin/Makefile +++ b/security/php-suhosin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2015/12/19 14:27:14 taca Exp $ +# $NetBSD: Makefile,v 1.14 2016/09/11 17:03:27 taca Exp $ # MODNAME= suhosin @@ -15,7 +15,7 @@ HOMEPAGE= http://www.suhosin.org/ COMMENT= Advanced protection system for PHP installations LICENSE= php -PHP_VERSIONS_ACCEPTED= 55 56 +PHP_VERSIONS_ACCEPTED= 56 CONFIGURE_ARGS= --enable-${MODNAME} |