Fri May 15 13:13:40 2020 UTC ()
graphics/GraphicsMagick: remove unknown configure option


(rillig)
diff -r1.9 -r1.10 pkgsrc/graphics/GraphicsMagick/options.mk

cvs diff -r1.9 -r1.10 pkgsrc/graphics/GraphicsMagick/options.mk (expand / switch to unified diff)

--- pkgsrc/graphics/GraphicsMagick/options.mk 2019/07/16 19:31:16 1.9
+++ pkgsrc/graphics/GraphicsMagick/options.mk 2020/05/15 13:13:40 1.10
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: options.mk,v 1.9 2019/07/16 19:31:16 nia Exp $ 1# $NetBSD: options.mk,v 1.10 2020/05/15 13:13:40 rillig Exp $
2 2
3PKG_OPTIONS_VAR= PKG_OPTIONS.GraphicsMagick 3PKG_OPTIONS_VAR= PKG_OPTIONS.GraphicsMagick
4PKG_SUPPORTED_OPTIONS= x11 jasper ghostscript wmf 4PKG_SUPPORTED_OPTIONS= x11 jasper ghostscript wmf
5PKG_SUGGESTED_OPTIONS= x11 5PKG_SUGGESTED_OPTIONS= x11
6 6
7.include "../../mk/bsd.options.mk" 7.include "../../mk/bsd.options.mk"
8 8
9PLIST_VARS+= jasper x11 9PLIST_VARS+= jasper x11
10 10
11.if !empty(PKG_OPTIONS:Mx11) 11.if !empty(PKG_OPTIONS:Mx11)
12.include "../../x11/libSM/buildlink3.mk" 12.include "../../x11/libSM/buildlink3.mk"
13.include "../../x11/libX11/buildlink3.mk" 13.include "../../x11/libX11/buildlink3.mk"
14.include "../../x11/libXext/buildlink3.mk" 14.include "../../x11/libXext/buildlink3.mk"
@@ -19,24 +19,21 @@ CONFIGURE_ARGS+= --without-x @@ -19,24 +19,21 @@ CONFIGURE_ARGS+= --without-x
19 19
20.if !empty(PKG_OPTIONS:Mjasper) 20.if !empty(PKG_OPTIONS:Mjasper)
21BUILDLINK_API_DEPENDS.jasper+= jasper>=1.701.0 21BUILDLINK_API_DEPENDS.jasper+= jasper>=1.701.0
22.include "../../graphics/jasper/buildlink3.mk" 22.include "../../graphics/jasper/buildlink3.mk"
23CONFIGURE_ARGS+= --with-jp2 23CONFIGURE_ARGS+= --with-jp2
24PLIST.jasper= yes 24PLIST.jasper= yes
25.else 25.else
26CONFIGURE_ARGS+= --without-jp2 26CONFIGURE_ARGS+= --without-jp2
27.endif 27.endif
28 28
29.if !empty(PKG_OPTIONS:Mghostscript) 29.if !empty(PKG_OPTIONS:Mghostscript)
30USE_TOOLS+= gs:run 30USE_TOOLS+= gs:run
31.include "../../print/ghostscript/buildlink3.mk" 31.include "../../print/ghostscript/buildlink3.mk"
32CONFIGURE_ARGS+= --with-gslib 
33.else 
34CONFIGURE_ARGS+= --without-gslib 
35.endif 32.endif
36 33
37.if !empty(PKG_OPTIONS:Mwmf) 34.if !empty(PKG_OPTIONS:Mwmf)
38.include "../../graphics/libwmf/buildlink3.mk" 35.include "../../graphics/libwmf/buildlink3.mk"
39CONFIGURE_ARGS+= --with-wmf 36CONFIGURE_ARGS+= --with-wmf
40.else 37.else
41CONFIGURE_ARGS+= --without-wmf 38CONFIGURE_ARGS+= --without-wmf
42.endif 39.endif