diff options
author | taca <taca@pkgsrc.org> | 2019-01-14 13:06:10 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2019-01-14 13:06:10 +0000 |
commit | 683ed5d58d6fb1fc5de6ffec22c473632cb4762c (patch) | |
tree | acb25ca3160c871881579f4510e02da29c7234a8 /security/php-mcrypt/Makefile | |
parent | a9f5e793f19124d2c4826a3837788dbdfa2dc1d0 (diff) | |
download | pkgsrc-683ed5d58d6fb1fc5de6ffec22c473632cb4762c.tar.gz |
Drop support for php70
Drop support for php70 before remove it from pkgsrc.
Diffstat (limited to 'security/php-mcrypt/Makefile')
-rw-r--r-- | security/php-mcrypt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/php-mcrypt/Makefile b/security/php-mcrypt/Makefile index 1874edcf9ad..630d6ff502d 100644 --- a/security/php-mcrypt/Makefile +++ b/security/php-mcrypt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2016/12/23 23:01:13 joerg Exp $ +# $NetBSD: Makefile,v 1.13 2019/01/14 13:06:11 taca Exp $ MODNAME= mcrypt CATEGORIES+= security @@ -9,7 +9,7 @@ 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= 56 70 +PHP_VERSIONS_ACCEPTED= 56 .include "../../lang/php/ext.mk" .include "../../security/libmcrypt/buildlink3.mk" |