From 7e3270648842f94d8c5e62fba881e1c35366eb34 Mon Sep 17 00:00:00 2001 From: Greg Larkin Date: Sun, 15 Nov 2009 18:40:33 +0000 Subject: [PATCH] - Added explicit X11 option for consistency with other GM ports --- graphics/GraphicsMagick/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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