pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/gimp gimp: don't randomly pick up native ghos...
details: https://anonhg.NetBSD.org/pkgsrc/rev/afde4d192076
branches: trunk
changeset: 376702:afde4d192076
user: tnn <tnn%pkgsrc.org@localhost>
date: Tue Apr 12 13:40:56 2022 +0000
description:
gimp: don't randomly pick up native ghostscript
XXX package should have a ghostscript PKG_OPTION
diffstat:
graphics/gimp/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r b58a3c7e7765 -r afde4d192076 graphics/gimp/Makefile
--- a/graphics/gimp/Makefile Tue Apr 12 13:20:05 2022 +0000
+++ b/graphics/gimp/Makefile Tue Apr 12 13:40:56 2022 +0000
@@ -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-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