summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
Diffstat (limited to 'graphics')
-rwxr-xr-xgraphics/GraphicsMagick/options.mk5
1 files changed, 1 insertions, 4 deletions
diff --git a/graphics/GraphicsMagick/options.mk b/graphics/GraphicsMagick/options.mk
index 876acb7f6bb..f9429106a0c 100755
--- a/graphics/GraphicsMagick/options.mk
+++ b/graphics/GraphicsMagick/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.9 2019/07/16 19:31:16 nia Exp $
+# $NetBSD: options.mk,v 1.10 2020/05/15 13:13:40 rillig Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.GraphicsMagick
PKG_SUPPORTED_OPTIONS= x11 jasper ghostscript wmf
@@ -29,9 +29,6 @@ CONFIGURE_ARGS+= --without-jp2
.if !empty(PKG_OPTIONS:Mghostscript)
USE_TOOLS+= gs:run
.include "../../print/ghostscript/buildlink3.mk"
-CONFIGURE_ARGS+= --with-gslib
-.else
-CONFIGURE_ARGS+= --without-gslib
.endif
.if !empty(PKG_OPTIONS:Mwmf)