php-imagick: not for php 5.6

This commit is contained in:
wiz 2024-02-10 10:09:08 +00:00
parent a46fbb6455
commit bb66839b5f
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.55 2023/11/15 20:00:40 wiz Exp $
# $NetBSD: Makefile,v 1.56 2024/02/10 10:09:08 wiz Exp $
MODNAME= imagick
PECL_VERSION= 3.7.0
@ -14,6 +14,8 @@ CONFIGURE_ARGS+= --with-imagick=${BUILDLINK_PREFIX.ImageMagick}
TEST_TARGET= test
PHP_VERSIONS_INCOMPATIBLE= 56
.include "../../graphics/ImageMagick/buildlink3.mk"
.include "../../lang/php/ext.mk"
.include "../../mk/bsd.pkg.mk"