diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-05-25 13:22:31 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-05-25 13:22:31 +0800 |
commit | 35edb8e78dadfa2c241f56c60a0cbda6b40a2b87 (patch) | |
tree | acfd1776c4cb4618a77a58f5e1967b7179e0cd0d /graphics/gimp-app | |
parent | 639c5d261794c82926ac7cf96b05cb442703c5b8 (diff) | |
download | marcuscom-ports-35edb8e78dadfa2c241f56c60a0cbda6b40a2b87.tar marcuscom-ports-35edb8e78dadfa2c241f56c60a0cbda6b40a2b87.tar.gz marcuscom-ports-35edb8e78dadfa2c241f56c60a0cbda6b40a2b87.tar.bz2 marcuscom-ports-35edb8e78dadfa2c241f56c60a0cbda6b40a2b87.tar.lz marcuscom-ports-35edb8e78dadfa2c241f56c60a0cbda6b40a2b87.tar.xz marcuscom-ports-35edb8e78dadfa2c241f56c60a0cbda6b40a2b87.tar.zst marcuscom-ports-35edb8e78dadfa2c241f56c60a0cbda6b40a2b87.zip |
Chase the webkit shared lib version.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12326 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 6cd8f25ee..acdd31628 100644 --- a/graphics/gimp-app/Makefile +++ b/graphics/gimp-app/Makefile @@ -3,12 +3,12 @@ # Whom: erich@FreeBSD.org # # $FreeBSD$ -# $MCom$ +# $MCom: ports/graphics/gimp-app/Makefile,v 1.37 2009/05/10 11:59:17 kwm Exp $ # PORTNAME= gimp-app DISTVERSION= 2.6.6 -PORTREVISION?= 2 +PORTREVISION?= 3 PORTEPOCH?= 1 CATEGORIES?= graphics gnome MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \ @@ -117,7 +117,7 @@ PLIST_SUB+= GNOME="@comment " .endif .if defined(WITH_HELPBROWSER) -LIB_DEPENDS+= webkit-1.0.6:${PORTSDIR}/www/webkit-gtk2 +LIB_DEPENDS+= webkit-1.0.7:${PORTSDIR}/www/webkit-gtk2 CONFIGURE_ARGS+= --with-webkit PLIST_SUB+= HELPBROWSER="" .else |