diff options
author | glarkin <glarkin@FreeBSD.org> | 2009-11-16 02:40:33 +0800 |
---|---|---|
committer | glarkin <glarkin@FreeBSD.org> | 2009-11-16 02:40:33 +0800 |
commit | 8ff2693e09ff172104d8bc9c7e95e0f94199bb44 (patch) | |
tree | 4242cb68bfa863867326f7c92306e440fca30132 /graphics | |
parent | 82a27d700c1dc67ffbda4d24a5f28937c7e7513d (diff) | |
download | freebsd-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/Makefile | 3 |
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 |