diff --git a/graphics/pecl-imagick/Makefile b/graphics/pecl-imagick/Makefile index d56cc88050ea..7015431dc6dc 100644 --- a/graphics/pecl-imagick/Makefile +++ b/graphics/pecl-imagick/Makefile @@ -1,25 +1,26 @@ PORTNAME= imagick DISTVERSION= 3.8.0 +PORTREVISION= 1 CATEGORIES= graphics MAINTAINER= 000.fbsd@quip.cz COMMENT= PHP wrapper to the ImageMagick/GraphicsMagick library WWW= https://pecl.php.net/package/imagick LICENSE= PHP301 USES= cpe localbase magick php:pecl CPE_VENDOR= php CONFIGURE_ARGS= --with-imagick=${LOCALBASE} .include post-patch: .if ${PHP_VER} >= 85 @${REINPLACE_CMD} -e 's|ext/standard/php_smart_string|Zend/zend_smart_string|' \ ${WRKSRC}/imagick.c .endif .include