diff options
author | linimon <linimon@FreeBSD.org> | 2018-09-28 06:24:43 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2018-09-28 06:24:43 +0800 |
commit | 52cb4afb695fa9fb95230b12fb75ce1a1ed87752 (patch) | |
tree | f9c859310055676966421d29df935d6bdb367a36 /graphics | |
parent | 0c1ad03acce7945ea7207c78ccd3c351391afcd6 (diff) | |
download | freebsd-ports-gnome-52cb4afb695fa9fb95230b12fb75ce1a1ed87752.tar.gz freebsd-ports-gnome-52cb4afb695fa9fb95230b12fb75ce1a1ed87752.tar.zst freebsd-ports-gnome-52cb4afb695fa9fb95230b12fb75ce1a1ed87752.zip |
Fix build on gcc-based archs.
Tested on powerpc64, amd64.
While here, pet portlint.
PR: 231761
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/ImageMagick/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/ImageMagick/Makefile b/graphics/ImageMagick/Makefile index 43bbd1ce0fac..ae644523066a 100644 --- a/graphics/ImageMagick/Makefile +++ b/graphics/ImageMagick/Makefile @@ -41,7 +41,7 @@ PORTSCOUT?= limit:^6\.9\. CONFLICTS_INSTALL= ImageMagick7 ImageMagick7-nox11 # bin/Magick++-config # This port uses .la files, keep libtool:keepla! (magick/module.c) -USES= cpe gettext-runtime gmake gnome libtool:keepla \ +USES= compiler:c++11-lang cpe gettext-runtime gmake gnome libtool:keepla \ localbase pathfix perl5 pkgconfig:both shebangfix tar:xz CPE_PRODUCT= imagemagick CPE_VENDOR= imagemagick @@ -56,7 +56,7 @@ SAMPLE_FILES= coder.xml colors.xml delegates.xml log.xml magic.xml mime.xml \ policy.xml quantization-table.xml thresholds.xml type-apple.xml \ type-dejavu.xml type-ghostscript.xml type-urw-base35.xml \ type-windows.xml type.xml - + PLIST_SUB= PORTVERSION=${PORTVERSION:R} OPTIONS_DEFINE= BZIP2 DOCS DJVU FFTW FONTCONFIG FPX FREETYPE \ |