diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-09-23 23:44:50 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-09-23 23:44:50 +0800 |
commit | 8d723f12c6dcfc8360dd95e75625c81f941c127e (patch) | |
tree | 86f616c079c78ab19af1e9615f7e96346f52bf6e /graphics/gimp-app | |
parent | 0c668279908c5c3587fe13c02534fdc1ebeca42b (diff) | |
download | marcuscom-ports-8d723f12c6dcfc8360dd95e75625c81f941c127e.tar marcuscom-ports-8d723f12c6dcfc8360dd95e75625c81f941c127e.tar.gz marcuscom-ports-8d723f12c6dcfc8360dd95e75625c81f941c127e.tar.bz2 marcuscom-ports-8d723f12c6dcfc8360dd95e75625c81f941c127e.tar.lz marcuscom-ports-8d723f12c6dcfc8360dd95e75625c81f941c127e.tar.xz marcuscom-ports-8d723f12c6dcfc8360dd95e75625c81f941c127e.tar.zst marcuscom-ports-8d723f12c6dcfc8360dd95e75625c81f941c127e.zip |
Chase webkit update. Oops
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13010 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics/gimp-app')
-rw-r--r-- | graphics/gimp-app/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/gimp-app/Makefile b/graphics/gimp-app/Makefile index d6db3f3e9..7d01e19fc 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.46 2009/08/25 00:04:44 marcus Exp $ +# $MCom: ports/graphics/gimp-app/Makefile,v 1.47 2009/09/08 19:21:50 kwm Exp $ # PORTNAME= gimp-app DISTVERSION= 2.6.7 -PORTREVISION?= 2 +PORTREVISION?= 3 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.12:${PORTSDIR}/www/webkit-gtk2 +LIB_DEPENDS+= webkit-1.0.13:${PORTSDIR}/www/webkit-gtk2 CONFIGURE_ARGS+= --with-webkit PLIST_SUB+= HELPBROWSER="" .else |