diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-08-25 08:04:46 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-08-25 08:04:46 +0800 |
commit | 1c76b41862a34250bf6cd9258810b7db128c68ef (patch) | |
tree | f885cdee5e25858a54b8b4d6d18b5cc395f35f28 /graphics | |
parent | c2fcb15cf560aebbb8c7ec933570ba20734d7abf (diff) | |
download | marcuscom-ports-1c76b41862a34250bf6cd9258810b7db128c68ef.tar marcuscom-ports-1c76b41862a34250bf6cd9258810b7db128c68ef.tar.gz marcuscom-ports-1c76b41862a34250bf6cd9258810b7db128c68ef.tar.bz2 marcuscom-ports-1c76b41862a34250bf6cd9258810b7db128c68ef.tar.lz marcuscom-ports-1c76b41862a34250bf6cd9258810b7db128c68ef.tar.xz marcuscom-ports-1c76b41862a34250bf6cd9258810b7db128c68ef.tar.zst marcuscom-ports-1c76b41862a34250bf6cd9258810b7db128c68ef.zip |
Chase webkit shared lib version.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12712 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics')
-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 681874761..2cc030e6b 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.44 2009/08/08 21:30:59 marcus Exp $ +# $MCom: ports/graphics/gimp-app/Makefile,v 1.45 2009/08/24 22:28:56 marcus Exp $ # PORTNAME= gimp-app DISTVERSION= 2.6.7 -PORTREVISION?= 0 +PORTREVISION?= 1 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.10:${PORTSDIR}/www/webkit-gtk2 +LIB_DEPENDS+= webkit-1.0.11:${PORTSDIR}/www/webkit-gtk2 CONFIGURE_ARGS+= --with-webkit PLIST_SUB+= HELPBROWSER="" .else |