diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-10 20:35:50 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-10 21:18:03 +0000 |
commit | 64eda6c39fda9035c1792dfabdf0de01aee96684 (patch) | |
tree | 21991b29f296199ad0f5bca11639f9a56e65346b /graphics/GraphicsMagick | |
parent | editors/abiword: Add CPE information (diff) |
graphics/GraphicsMagick: Add CPE information
Approved by: portmgr (blanket)
Diffstat (limited to 'graphics/GraphicsMagick')
-rw-r--r-- | graphics/GraphicsMagick/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/GraphicsMagick/Makefile b/graphics/GraphicsMagick/Makefile index 3f9b89e5d278..5890928ca1fc 100644 --- a/graphics/GraphicsMagick/Makefile +++ b/graphics/GraphicsMagick/Makefile @@ -13,7 +13,7 @@ COMMENT= Fast image processing tools based on ImageMagick LICENSE= MIT -USES= libtool localbase pathfix tar:bzip2 +USES= cpe libtool localbase pathfix tar:bzip2 CONFIGURE_ARGS= --enable-shared --enable-static \ --with-windows-font-dir=${WINDOWS_FONT_DIR} \ |