pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/GraphicsMagick



Module Name:    pkgsrc
Committed By:   rillig
Date:           Fri May 15 13:13:40 UTC 2020

Modified Files:
        pkgsrc/graphics/GraphicsMagick: options.mk

Log Message:
graphics/GraphicsMagick: remove unknown configure option


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/graphics/GraphicsMagick/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/GraphicsMagick/options.mk
diff -u pkgsrc/graphics/GraphicsMagick/options.mk:1.9 pkgsrc/graphics/GraphicsMagick/options.mk:1.10
--- pkgsrc/graphics/GraphicsMagick/options.mk:1.9       Tue Jul 16 19:31:16 2019
+++ pkgsrc/graphics/GraphicsMagick/options.mk   Fri May 15 13:13:40 2020
@@ -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)



Home | Main Index | Thread Index | Old Index