diff options
author | wulf <wulf@pkgsrc.org> | 2004-12-30 15:33:43 +0000 |
---|---|---|
committer | wulf <wulf@pkgsrc.org> | 2004-12-30 15:33:43 +0000 |
commit | 1d17af66a301578a7725c23454cba36f89f3841f (patch) | |
tree | 7a1beb4e9fbd6eb93a0d51c9ed589f4ccdec0a74 /graphics | |
parent | 687dfab9bfcd476ba0f4c3f05916bbde76ed0fab (diff) | |
download | pkgsrc-1d17af66a301578a7725c23454cba36f89f3841f.tar.gz |
Added --without-gimp configuration argument to make gimp-docs independent from
the installation of the gimp package
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gimp-docs/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/gimp-docs/Makefile b/graphics/gimp-docs/Makefile index 4a1fa5afbd6..45b5a3ace88 100644 --- a/graphics/gimp-docs/Makefile +++ b/graphics/gimp-docs/Makefile @@ -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 @@ COMMENT= Documentation package for The Gimp image manipulation software GNU_CONFIGURE= yes USE_GNU_TOOLS+= make +CONFIGURE_ARGS+= --without-gimp .include "../../mk/bsd.pkg.mk" |