summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2009-09-09 03:21:51 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2009-09-09 03:21:51 +0800
commit2a695a3c33b9225301d1aec3544a6a9de284b0af (patch)
tree0a3ef35fd5b6ac6042f67f8de081869131a0b470 /graphics
parentac62a529125e0bdabcce1cf6b4ef73b487710c6b (diff)
downloadmarcuscom-ports-2a695a3c33b9225301d1aec3544a6a9de284b0af.tar
marcuscom-ports-2a695a3c33b9225301d1aec3544a6a9de284b0af.tar.gz
marcuscom-ports-2a695a3c33b9225301d1aec3544a6a9de284b0af.tar.bz2
marcuscom-ports-2a695a3c33b9225301d1aec3544a6a9de284b0af.tar.lz
marcuscom-ports-2a695a3c33b9225301d1aec3544a6a9de284b0af.tar.xz
marcuscom-ports-2a695a3c33b9225301d1aec3544a6a9de284b0af.tar.zst
marcuscom-ports-2a695a3c33b9225301d1aec3544a6a9de284b0af.zip
Chase webkit update.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12835 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics')
-rw-r--r--graphics/gimp-app/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/gimp-app/Makefile b/graphics/gimp-app/Makefile
index 2cc030e6b..d6db3f3e9 100644
--- a/graphics/gimp-app/Makefile
+++ b/graphics/gimp-app/Makefile
@@ -3,12 +3,12 @@
# Whom: erich@FreeBSD.org
#
# $FreeBSD$
-# $MCom: ports/graphics/gimp-app/Makefile,v 1.45 2009/08/24 22:28:56 marcus Exp $
+# $MCom: ports/graphics/gimp-app/Makefile,v 1.46 2009/08/25 00:04:44 marcus Exp $
#
PORTNAME= gimp-app
DISTVERSION= 2.6.7
-PORTREVISION?= 1
+PORTREVISION?= 2
PORTEPOCH?= 1
CATEGORIES?= graphics gnome
MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \
@@ -132,7 +132,7 @@ USE_GNOME+= libgnomeui
.endif
.if defined(WITH_HELPBROWSER)
-LIB_DEPENDS+= webkit-1.0.11:${PORTSDIR}/www/webkit-gtk2
+LIB_DEPENDS+= webkit-1.0.12:${PORTSDIR}/www/webkit-gtk2
CONFIGURE_ARGS+= --with-webkit
PLIST_SUB+= HELPBROWSER=""
.else