aboutsummaryrefslogtreecommitdiff
path: root/graphics/ImageMagick7-nox11
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2015-07-16 12:30:27 +0000
committerKoop Mast <kwm@FreeBSD.org>2015-07-16 12:30:27 +0000
commitb7c58308a123c2ab2eae9973cb75bafcb3d97e46 (patch)
tree4303a0d593efe3ef86e752659949e205831e732d /graphics/ImageMagick7-nox11
parent65538a73855b48442bea7d82f614ede488caa308 (diff)
downloadports-b7c58308a123c2ab2eae9973cb75bafcb3d97e46.tar.gz
ports-b7c58308a123c2ab2eae9973cb75bafcb3d97e46.zip
Notes
Diffstat (limited to 'graphics/ImageMagick7-nox11')
-rw-r--r--graphics/ImageMagick7-nox11/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/graphics/ImageMagick7-nox11/Makefile b/graphics/ImageMagick7-nox11/Makefile
new file mode 100644
index 000000000000..f041763a5d7b
--- /dev/null
+++ b/graphics/ImageMagick7-nox11/Makefile
@@ -0,0 +1,12 @@
+# Created by: mm@FreeBSD.org
+# $FreeBSD$
+
+# the SVG and PANGO plugins need X11
+OPTIONS_EXCLUDE= X11 SVG PANGO
+PORTSCOUT= ignore:1
+# workaround until bsd.port.mk code can grok the disabling of the X11 option
+WITHOUT_X11=yes
+
+MASTERDIR= ${.CURDIR}/../ImageMagick7
+
+.include "${MASTERDIR}/Makefile"