diff options
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" |