pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/gimp



Module Name:    pkgsrc
Committed By:   tnn
Date:           Tue Apr 12 13:40:56 UTC 2022

Modified Files:
        pkgsrc/graphics/gimp: Makefile

Log Message:
gimp: don't randomly pick up native ghostscript

XXX package should have a ghostscript PKG_OPTION


To generate a diff of this commit:
cvs rdiff -u -r1.357 -r1.358 pkgsrc/graphics/gimp/Makefile

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

Modified files:

Index: pkgsrc/graphics/gimp/Makefile
diff -u pkgsrc/graphics/gimp/Makefile:1.357 pkgsrc/graphics/gimp/Makefile:1.358
--- pkgsrc/graphics/gimp/Makefile:1.357 Sat Mar 26 09:34:49 2022
+++ pkgsrc/graphics/gimp/Makefile       Tue Apr 12 13:40:56 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.357 2022/03/26 09:34:49 tnn Exp $
+# $NetBSD: Makefile,v 1.358 2022/04/12 13:40:56 tnn Exp $
 
 DISTNAME=      gimp-2.10.30
 CATEGORIES=    graphics
@@ -31,6 +31,7 @@ CONFIGURE_ARGS+=      --disable-glibtest
 CONFIGURE_ARGS+=       --disable-gtktest
 CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFDIR}
 CONFIGURE_ARGS+=       --without-linux-input
+CONFIGURE_ARGS+=       --without-gs
 
 PKG_SYSCONFSUBDIR=     gimp/2.0
 PKGCONFIG_OVERRIDE=    gimp.pc.in



Home | Main Index | Thread Index | Old Index