aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorglarkin <glarkin@FreeBSD.org>2009-11-16 02:40:33 +0800
committerglarkin <glarkin@FreeBSD.org>2009-11-16 02:40:33 +0800
commit8ff2693e09ff172104d8bc9c7e95e0f94199bb44 (patch)
tree4242cb68bfa863867326f7c92306e440fca30132 /graphics
parent82a27d700c1dc67ffbda4d24a5f28937c7e7513d (diff)
downloadfreebsd-ports-gnome-8ff2693e09ff172104d8bc9c7e95e0f94199bb44.tar.gz
freebsd-ports-gnome-8ff2693e09ff172104d8bc9c7e95e0f94199bb44.tar.zst
freebsd-ports-gnome-8ff2693e09ff172104d8bc9c7e95e0f94199bb44.zip
- Added explicit X11 option for consistency with other GM ports
Diffstat (limited to 'graphics')
-rw-r--r--graphics/GraphicsMagick/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/GraphicsMagick/Makefile b/graphics/GraphicsMagick/Makefile
index 312843988e1d..bcfd091de19f 100644
--- a/graphics/GraphicsMagick/Makefile
+++ b/graphics/GraphicsMagick/Makefile
@@ -28,6 +28,7 @@ OTHERGRAPHICS= jasper jpeg lcms png tiff
LIB_DEPENDS+= ${OTHERGRAPHICS:C|(.+)|\1:${PORTSDIR}/graphics/\1|}
OPTIONS= Q8BIT "Use 8-bit pixels (speed) instead of 16 (quality)" off \
+ X11 "Enable X11 support" on \
TESTS "Run bundled self-tests after build" on
USE_ICONV= yes
@@ -72,7 +73,7 @@ EXTRA_PATCHES+= ${FILESDIR}/extra-patch-Makefile.in
CONFIGURE_ARGS+= --with-windows-font-dir="${WINDOWS_FONT_DIR}"
.endif
-.if defined(WITHOUT_X11)
+.if !defined(WITH_X11)
PKGNAMESUFFIX+= -nox11
CONFIGURE_ARGS+=--without-x
.endif