summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2018-02-28 16:00:49 +0000
committertaca <taca@pkgsrc.org>2018-02-28 16:00:49 +0000
commit033c8f2e5309cd9bfc4d0667a550ff2cb2f766c6 (patch)
tree5e724e32a6cad6208503480a4a1e7cad80b6e3ec
parente271238d67a1cdb94062c98a267f0f5976594880 (diff)
downloadpkgsrc-033c8f2e5309cd9bfc4d0667a550ff2cb2f766c6.tar.gz
www/php-http3: allow build with PHP 7.1 and 7.2
-rw-r--r--www/php-http3/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/php-http3/Makefile b/www/php-http3/Makefile
index 036fb2b7fb4..3f95f2f6aa6 100644
--- a/www/php-http3/Makefile
+++ b/www/php-http3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2018/01/01 21:18:56 adam Exp $
+# $NetBSD: Makefile,v 1.7 2018/02/28 16:00:49 taca Exp $
MODNAME= http
PECL_VERSION= 3.0.1
@@ -14,7 +14,7 @@ LICENSE= 2-clause-bsd AND isc
CONFLICTS= php-http-[0-9]*
-PHP_VERSIONS_ACCEPTED= 70
+PHP_VERSIONS_ACCEPTED= 70 71 72
USE_LANGUAGES= c c++
USE_LIBTOOL= yes