aboutsummaryrefslogtreecommitdiff
path: root/graphics/gimp
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2007-10-24 23:37:25 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2007-10-24 23:37:25 +0000
commit4acc6fb2a411b291c9c210d82bafe7c62e71c77d (patch)
treebc16420eb52d65511ceb520c00171d219210a473 /graphics/gimp
parent97dfcc1b41c5b4581b1d73128a866beec069c5bf (diff)
downloadports-4acc6fb2a411b291c9c210d82bafe7c62e71c77d.tar.gz
ports-4acc6fb2a411b291c9c210d82bafe7c62e71c77d.zip
Notes
Diffstat (limited to 'graphics/gimp')
-rw-r--r--graphics/gimp/Makefile17
1 files changed, 9 insertions, 8 deletions
diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile
index c575aab39d8c..4990083842c8 100644
--- a/graphics/gimp/Makefile
+++ b/graphics/gimp/Makefile
@@ -3,11 +3,11 @@
# Whom: erich@FreeBSD.org
#
# $FreeBSD$
-# $MCom: ports/graphics/gimp/Makefile,v 1.9 2007/04/04 14:54:04 ahze Exp $
+# $MCom: ports/graphics/gimp/Makefile,v 1.12 2007/10/24 21:31:11 ahze Exp $
#
PORTNAME= gimp
-PORTVERSION?= 2.2.17
+DISTVERSION?= 2.4.0
PORTEPOCH?= 2
CATEGORIES= graphics gnome
MASTER_SITES?= # empty
@@ -17,9 +17,10 @@ EXTRACT_ONLY?= # empty
MAINTAINER= gnome@FreeBSD.org
COMMENT= The "meta-port" for The Gimp
-RUN_DEPENDS= gimp-2.2:${PORTSDIR}/graphics/gimp-app
+RUN_DEPENDS= gimp-2.4:${PORTSDIR}/graphics/gimp-app
-OPTIONS= PRINT "Gutenprint (gimp-print) plugin" On \
+OPTIONS= PYTHON "Python-fu support" Off \
+ PRINT "Gutenprint (gimp-print) plugin" On \
HELP "Install Gimp-Help (50+MB distfile)" Off
NO_BUILD= yes
@@ -30,12 +31,12 @@ NO_BUILD= yes
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
+RUN_DEPENDS+= ${LOCALBASE}/libexec/gimp/2.2/plug-ins/gutenprint:${PORTSDIR}/print/gimp-gutenprint
.endif
do-install: # empty