pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/gimp-docs Added --without-gimp configuration ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/729edc34da9d
branches:  trunk
changeset: 486603:729edc34da9d
user:      wulf <wulf%pkgsrc.org@localhost>
date:      Thu Dec 30 15:33:43 2004 +0000

description:
Added --without-gimp configuration argument to make gimp-docs independent from
the installation of the gimp package

diffstat:

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

diffs (16 lines):

diff -r cc5a4d4f83d8 -r 729edc34da9d graphics/gimp-docs/Makefile
--- a/graphics/gimp-docs/Makefile       Thu Dec 30 14:28:09 2004 +0000
+++ b/graphics/gimp-docs/Makefile       Thu Dec 30 15:33:43 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2004/12/27 11:20:48 wulf Exp $
+# $NetBSD: Makefile,v 1.2 2004/12/30 15:33:43 wulf Exp $
 
 DISTNAME=      gimp-help-2-0.6
 PKGNAME=       gimp-docs-2.0.6
@@ -11,5 +11,6 @@
 
 GNU_CONFIGURE=         yes
 USE_GNU_TOOLS+=                make
+CONFIGURE_ARGS+=       --without-gimp
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index