diff options
author | joerg <joerg> | 2016-12-23 23:01:13 +0000 |
---|---|---|
committer | joerg <joerg> | 2016-12-23 23:01:13 +0000 |
commit | 446a69786f0ce27af8e2a5e11442a281b687e041 (patch) | |
tree | 0cbcda5a4dd3948ca8f537f22fb5c5f7b69af42d /security | |
parent | 2a3b594c87ffe582794bcd951e0c09133617826b (diff) | |
download | pkgsrc-446a69786f0ce27af8e2a5e11442a281b687e041.tar.gz |
There is no such thing as PHP 5.5 anymore.
Diffstat (limited to 'security')
-rw-r--r-- | security/php-mcrypt/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/php-mcrypt/Makefile b/security/php-mcrypt/Makefile index 3717db84276..1874edcf9ad 100644 --- a/security/php-mcrypt/Makefile +++ b/security/php-mcrypt/Makefile @@ -1,15 +1,15 @@ -# $NetBSD: Makefile,v 1.11 2016/12/23 18:40:15 jdolecek Exp $ +# $NetBSD: Makefile,v 1.12 2016/12/23 23:01:13 joerg Exp $ MODNAME= mcrypt CATEGORIES+= security COMMENT= PHP extension for the mcrypt crypto algorithms library -CONFLICTS= php-mcrypt-[0-9]* +CONFLICTS= php-mcrypt-[0-9]* CONFIGURE_ARGS+= --with-${MODNAME}=shared,${BUILDLINK_PREFIX.libmcrypt} # mcrypt is deprecated and removed in 7.1.x -PHP_VERSIONS_ACCEPTED= 55 56 70 +PHP_VERSIONS_ACCEPTED= 56 70 .include "../../lang/php/ext.mk" .include "../../security/libmcrypt/buildlink3.mk" |