summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2007-04-03 09:10:02 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2007-04-03 09:10:02 +0800
commitaa70751e20fdfc05495774c8ddf0d0a9b47ec9e5 (patch)
treedab567d87c2b374de57986aaf6e499430bacb18c /graphics
parent0aa9ce844b01df57e5e03b34595d8af376f1966c (diff)
downloadmarcuscom-ports-aa70751e20fdfc05495774c8ddf0d0a9b47ec9e5.tar
marcuscom-ports-aa70751e20fdfc05495774c8ddf0d0a9b47ec9e5.tar.gz
marcuscom-ports-aa70751e20fdfc05495774c8ddf0d0a9b47ec9e5.tar.bz2
marcuscom-ports-aa70751e20fdfc05495774c8ddf0d0a9b47ec9e5.tar.lz
marcuscom-ports-aa70751e20fdfc05495774c8ddf0d0a9b47ec9e5.tar.xz
marcuscom-ports-aa70751e20fdfc05495774c8ddf0d0a9b47ec9e5.tar.zst
marcuscom-ports-aa70751e20fdfc05495774c8ddf0d0a9b47ec9e5.zip
Disable gimp-help support since it wants older gimp
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8588 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics')
-rw-r--r--graphics/gimp-devel/Makefile12
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