summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
Diffstat (limited to 'graphics')
-rw-r--r--graphics/gimp/Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile
index 2d1db94f9..e8e479c9a 100644
--- a/graphics/gimp/Makefile
+++ b/graphics/gimp/Makefile
@@ -3,7 +3,7 @@
# Whom: erich@FreeBSD.org
#
# $FreeBSD: ports/graphics/gimp-devel/Makefile,v 1.161 2006/11/04 22:31:00 mezz Exp $
-# $MCom: ports/graphics/gimp-devel/Makefile,v 1.24 2006/10/13 23:42:43 marcus Exp $
+# $MCom: ports/graphics/gimp/Makefile,v 1.4 2007/01/01 20:37:36 ahze Exp $
#
PORTNAME= gimp
@@ -20,12 +20,17 @@ COMMENT= The "meta-port" for The Gimp
RUN_DEPENDS= gimp-2.3:${PORTSDIR}/graphics/gimp-app
OPTIONS= PYTHON "Python-fu support" Off \
- PRINT "Gutenprint (gimp-print) plugin" On
+ PRINT "Gutenprint (gimp-print) plugin" On \
+ HELP "Install Gimp-Help (50+MB distfile)" Off
NO_BUILD= yes
.include <bsd.port.pre.mk>
+.if defined(WITH_HELP)
+RUN_DEPENDS+= gimp-help>0:${PORTSDIR}/graphics/gimp-help
+.endif
+
.if defined(WITH_PYTHON)
RUN_DEPENDS+= ${LOCALBASE}/libexec/gimp/2.2/environ/pygimp.env:${PORTSDIR}/graphics/py-gimp
.endif