diff options
author | wulf <wulf> | 2004-12-30 15:33:43 +0000 |
---|---|---|
committer | wulf <wulf> | 2004-12-30 15:33:43 +0000 |
commit | 50a78fce44dea73ec2165e4fcd854f7b17674467 (patch) | |
tree | 7a1beb4e9fbd6eb93a0d51c9ed589f4ccdec0a74 /graphics | |
parent | ee3354edbaf171ecd504d3fe698f15b903146dd7 (diff) | |
download | pkgsrc-50a78fce44dea73ec2165e4fcd854f7b17674467.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" |