diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-10-08 11:18:19 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-10-08 11:18:19 +0000 |
commit | 716b8667b8031a12a2de8f5ae5e1085376b754d6 (patch) | |
tree | 0389ef23cb0e34d3e8dc1b030a1305987c5b4c0c /graphics | |
parent | graphics/optipng: Add CPE information (diff) |
graphics/pecl-imagick: Add CPE information
Approved by: portmgr (blanket)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/pecl-imagick/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/pecl-imagick/Makefile b/graphics/pecl-imagick/Makefile index 3f8a4c87add8..e939dfb218f3 100644 --- a/graphics/pecl-imagick/Makefile +++ b/graphics/pecl-imagick/Makefile @@ -9,7 +9,9 @@ COMMENT?= PHP wrapper to the ImageMagick/GraphicsMagick library version 6 LICENSE= PHP301 -USES= php:pecl localbase +USES= cpe php:pecl localbase + +CPE_VENDOR= php CONFLICTS_INSTALL?= ${PKGNAMEPREFIX}${PORTNAME}-im7 |