summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2020-05-15 13:13:40 +0000
committerrillig <rillig@pkgsrc.org>2020-05-15 13:13:40 +0000
commitc04297ed5efbbbd10ff347c151ba4fc0a7cdd1ac (patch)
tree63af675884a991d59acc49feffff8e818d8e7416 /graphics
parentecec9e78a46e68c38a09c725a333aef9cc87cfa4 (diff)
downloadpkgsrc-c04297ed5efbbbd10ff347c151ba4fc0a7cdd1ac.tar.gz
graphics/GraphicsMagick: remove unknown configure option
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)