summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2018-12-16 02:46:38 +0000
committertaca <taca@pkgsrc.org>2018-12-16 02:46:38 +0000
commiteaa466e326150ccb12465e70569299e1e05d52eb (patch)
tree7cdb3e3d653b9d7810fdc3f2fdb16d4040fe43dd
parenta27abb5edab14a8588a7611e6e7cb7b8d1243be5 (diff)
downloadpkgsrc-eaa466e326150ccb12465e70569299e1e05d52eb.tar.gz
security/php-pecl-mcrypt: allow build with php73
-rw-r--r--security/php-pecl-mcrypt/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/php-pecl-mcrypt/Makefile b/security/php-pecl-mcrypt/Makefile
index a42a0101e40..0ff2660af0c 100644
--- a/security/php-pecl-mcrypt/Makefile
+++ b/security/php-pecl-mcrypt/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2017/11/15 22:01:22 taca Exp $
+# $NetBSD: Makefile,v 1.3 2018/12/16 02:46:38 taca Exp $
#
MODNAME= mcrypt
@@ -11,7 +11,7 @@ HOMEPAGE= https://pecl.php.net/package/mcrypt
COMMENT= Bindings for the libmcrypt library
LICENSE= php
-PHP_VERSIONS_ACCEPTED= 71 72
+PHP_VERSIONS_ACCEPTED= 71 72 73
CONFIGURE_ARGS+= --with-mcrypt=${PREFIX}