diff options
Diffstat (limited to 'graphics/php-imagick')
-rw-r--r-- | graphics/php-imagick/Makefile | 4 |
1 files changed, 1 insertions, 3 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 |