summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorwulf <wulf>2004-12-30 15:33:43 +0000
committerwulf <wulf>2004-12-30 15:33:43 +0000
commit50a78fce44dea73ec2165e4fcd854f7b17674467 (patch)
tree7a1beb4e9fbd6eb93a0d51c9ed589f4ccdec0a74 /graphics
parentee3354edbaf171ecd504d3fe698f15b903146dd7 (diff)
downloadpkgsrc-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/Makefile3
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"