summaryrefslogtreecommitdiffstats
path: root/graphics/gimp/Makefile
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2007-04-04 22:54:04 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2007-04-04 22:54:04 +0800
commit9b1984e5658faa250d203a5758932dcaea56be99 (patch)
treefe399e15be0b3be5bec288c983d7057a4c5211f1 /graphics/gimp/Makefile
parent44fbc57cfe427ee866c91784eb6edac275d1a1b8 (diff)
downloadmarcuscom-ports-9b1984e5658faa250d203a5758932dcaea56be99.tar
marcuscom-ports-9b1984e5658faa250d203a5758932dcaea56be99.tar.gz
marcuscom-ports-9b1984e5658faa250d203a5758932dcaea56be99.tar.bz2
marcuscom-ports-9b1984e5658faa250d203a5758932dcaea56be99.tar.lz
marcuscom-ports-9b1984e5658faa250d203a5758932dcaea56be99.tar.xz
marcuscom-ports-9b1984e5658faa250d203a5758932dcaea56be99.tar.zst
marcuscom-ports-9b1984e5658faa250d203a5758932dcaea56be99.zip
Disable python on gimp since we didn't split py-gimp out of 2.2
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8593 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics/gimp/Makefile')
-rw-r--r--graphics/gimp/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile
index c3e526016..32dce94fa 100644
--- a/graphics/gimp/Makefile
+++ b/graphics/gimp/Makefile
@@ -3,7 +3,7 @@
# Whom: erich@FreeBSD.org
#
# $FreeBSD$
-# $MCom: ports/graphics/gimp/Makefile,v 1.7 2007/03/30 18:18:41 ahze Exp $
+# $MCom: ports/graphics/gimp/Makefile,v 1.8 2007/04/03 17:42:21 ahze Exp $
#
PORTNAME= gimp
@@ -19,8 +19,7 @@ COMMENT= The "meta-port" for The Gimp
RUN_DEPENDS= gimp-2.2:${PORTSDIR}/graphics/gimp-app
-OPTIONS= PYTHON "Python-fu support" Off \
- PRINT "Gutenprint (gimp-print) plugin" On \
+OPTIONS= PRINT "Gutenprint (gimp-print) plugin" On \
HELP "Install Gimp-Help (50+MB distfile)" Off
NO_BUILD= yes
@@ -38,9 +37,9 @@ pre-everything::
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
+#.if defined(WITH_PYTHON)
+#RUN_DEPENDS+= ${LOCALBASE}/libexec/gimp/2.2/environ/pygimp.env:${PORTSDIR}/graphics/py-gimp
+#.endif
.if !defined(WITHOUT_PRINT)
RUN_DEPENDS+= ${LOCALBASE}/libexec/gimp/2.2/plug-ins/print:${PORTSDIR}/print/gimp-gutenprint