pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/gimp Fix multiple gimp-print installation pro...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7ea5c13163fa
branches:  trunk
changeset: 474623:7ea5c13163fa
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon May 03 06:46:01 2004 +0000

description:
Fix multiple gimp-print installation problem (e.g. Darwin/MacOSX)

diffstat:

 graphics/gimp/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r ce77d21d11b3 -r 7ea5c13163fa graphics/gimp/Makefile
--- a/graphics/gimp/Makefile    Mon May 03 06:45:28 2004 +0000
+++ b/graphics/gimp/Makefile    Mon May 03 06:46:01 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.97 2004/04/22 05:57:29 minskim Exp $
+# $NetBSD: Makefile,v 1.98 2004/05/03 06:46:01 adam Exp $
 #
 
 DISTNAME=      gimp-2.0.1
@@ -41,6 +41,7 @@
 CONFIGURE_ARGS+=       --disable-python
 CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFDIR}
 CONFIGURE_ARGS+=       --with-html-dir=${PREFIX}/share/doc/html/${PKGNAME_NOREV}
+CONFIGURE_ARGS+=       --with-gimpprint-prefix=${BUILDLINK_PREFIX.gimp-print-lib}
 
 EGDIR=                 ${PREFIX}/share/examples/gimp-2.0
 .for f in gimprc gtkrc ps-menurc sessionrc templaterc unionrc



Home | Main Index | Thread Index | Old Index