summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--graphics/php-imagick/Makefile4
-rw-r--r--www/php-phalcon/Makefile4
2 files changed, 2 insertions, 6 deletions
diff --git a/graphics/php-imagick/Makefile b/graphics/php-imagick/Makefile
index a6bc871576a..07e54d8f647 100644
--- a/graphics/php-imagick/Makefile
+++ b/graphics/php-imagick/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2018/11/14 22:21:44 kleink Exp $
+# $NetBSD: Makefile,v 1.17 2018/12/15 17:05:29 taca Exp $
MODNAME= imagick
PECL_VERSION= 3.4.3
@@ -10,8 +10,6 @@ COMMENT= PHP extension for ImageMagick graphics library
PKGREVISION= 7
LICENSE= php
-PHP_VERSIONS_ACCEPTED= 56 70 71 72
-
CONFIGURE_ARGS+= --with-imagick=${BUILDLINK_PREFIX.ImageMagick}
TEST_TARGET= test
diff --git a/www/php-phalcon/Makefile b/www/php-phalcon/Makefile
index cc618235a64..5a4608a2f25 100644
--- a/www/php-phalcon/Makefile
+++ b/www/php-phalcon/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2018/05/29 09:13:35 fhajny Exp $
+# $NetBSD: Makefile,v 1.4 2018/12/15 17:05:29 taca Exp $
#
MODNAME= phalcon
@@ -18,8 +18,6 @@ GITHUB_TAG= v${PKGVERSION_NOREV}
USE_LANGUAGES= c c++
USE_TOOLS+= gmake pkg-config
-PHP_VERSIONS_ACCEPTED= 56 70 71 72
-
BUILD_DEPENDS+= re2c>=0.15.3:../../devel/re2c
DEPENDS+= ${PHP_PKG_PREFIX}-curl>=5.6.0:../../www/php-curl
DEPENDS+= ${PHP_PKG_PREFIX}-gd>=5.6.0:../../graphics/php-gd