aboutsummaryrefslogtreecommitdiff
path: root/graphics/ImageMagick7/Makefile
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2015-08-22 17:48:35 +0000
committerHiroki Sato <hrs@FreeBSD.org>2015-08-22 17:48:35 +0000
commit27470e1676e69455acf06ae25ebd42ebd5bdecdb (patch)
tree445c3e315f03aa972de87391f921c655e4634f60 /graphics/ImageMagick7/Makefile
parentcb9ed09fda5119f533f6a0b50796a275dfe64587 (diff)
downloadports-27470e1676e69455acf06ae25ebd42ebd5bdecdb.tar.gz
ports-27470e1676e69455acf06ae25ebd42ebd5bdecdb.zip
Notes
Diffstat (limited to 'graphics/ImageMagick7/Makefile')
-rw-r--r--graphics/ImageMagick7/Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/graphics/ImageMagick7/Makefile b/graphics/ImageMagick7/Makefile
index c5f330c87a30..8090f294a1a3 100644
--- a/graphics/ImageMagick7/Makefile
+++ b/graphics/ImageMagick7/Makefile
@@ -2,7 +2,7 @@
PORTNAME= ImageMagick
DISTVERSION= 7.0.0-0~beta${DATE}
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= graphics perl5
MASTER_SITES= http://www.imagemagick.org/download/ \
http://www.imagemagick.org/download/beta/ \
@@ -227,9 +227,9 @@ PLIST_SUB+= TIFF="@comment "
.if ${PORT_OPTIONS:MGSLIB}
CONFIGURE_ARGS+= --with-gslib
. if ${PORT_OPTIONS:MX11}
-USES+= ghostscript
+USES+= ghostscript:x11
. else
-USES+= ghostscript:nox11
+USES+= ghostscript
. endif
.else
CONFIGURE_ARGS+= --without-gslib
@@ -364,9 +364,9 @@ PLIST_SUB+= PANGO="@comment "
# PDF (Adobe Portable Document Format) support
.if ${PORT_OPTIONS:MPDF}
. if ${PORT_OPTIONS:MX11}
-USES+= ghostscript
+USES+= ghostscript:x11
. else
-USES+= ghostscript:nox11
+USES+= ghostscript
. endif
.endif
@@ -391,9 +391,9 @@ INSTALL_TARGET= install-strip
.if ${PORT_OPTIONS:MTESTS}
. if ${PORT_OPTIONS:MX11}
-USES+= ghostscript:build
+USES+= ghostscript:x11,build
. else
-USES+= ghostscript:build,nox11
+USES+= ghostscript:build
. endif
.endif