diff options
-rw-r--r-- | graphics/gimp-devel/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/graphics/gimp-devel/Makefile b/graphics/gimp-devel/Makefile index c288af430..2c4480311 100644 --- a/graphics/gimp-devel/Makefile +++ b/graphics/gimp-devel/Makefile @@ -3,7 +3,7 @@ # Whom: erich@FreeBSD.org # # $FreeBSD$ -# $MCom: ports/graphics/gimp-devel/Makefile,v 1.27 2007/02/16 18:14:25 mezz Exp $ +# $MCom: ports/graphics/gimp-devel/Makefile,v 1.28 2007/03/30 17:05:55 ahze Exp $ # PORTNAME= gimp @@ -21,16 +21,16 @@ COMMENT= The "meta-port" for The Gimp RUN_DEPENDS= gimp-2.3:${PORTSDIR}/graphics/gimp-app-devel OPTIONS= PYTHON "Python-fu support" Off \ - PRINT "Gutenprint (gimp-print) plugin" On \ - HELP "Install Gimp-Help (50+MB distfile)" Off + 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_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 |