diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-05-25 14:00:52 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-05-25 14:00:52 +0800 |
commit | e9a39676ab96c0cda46604556d5767635cfc92ea (patch) | |
tree | 76ee7baf9fbe612d02f3d43d7292283b0665e143 /www/epiphany | |
parent | 35edb8e78dadfa2c241f56c60a0cbda6b40a2b87 (diff) | |
download | marcuscom-ports-e9a39676ab96c0cda46604556d5767635cfc92ea.tar marcuscom-ports-e9a39676ab96c0cda46604556d5767635cfc92ea.tar.gz marcuscom-ports-e9a39676ab96c0cda46604556d5767635cfc92ea.tar.bz2 marcuscom-ports-e9a39676ab96c0cda46604556d5767635cfc92ea.tar.lz marcuscom-ports-e9a39676ab96c0cda46604556d5767635cfc92ea.tar.xz marcuscom-ports-e9a39676ab96c0cda46604556d5767635cfc92ea.tar.zst marcuscom-ports-e9a39676ab96c0cda46604556d5767635cfc92ea.zip |
Chase the webkit shared lib version.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12327 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/epiphany')
-rw-r--r-- | www/epiphany/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/epiphany/Makefile b/www/epiphany/Makefile index 505381580..6bce84ee1 100644 --- a/www/epiphany/Makefile +++ b/www/epiphany/Makefile @@ -3,12 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom$ +# $MCom: ports/www/epiphany/Makefile,v 1.197 2009/05/03 21:46:12 kwm Exp $ # PORTNAME= epiphany PORTVERSION= 2.27.1 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= www gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -18,7 +18,7 @@ COMMENT?= An extremely lightweight and simple web browser for GNOME 2 BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ - webkit-1.0.6:${PORTSDIR}/www/webkit-gtk2 \ + webkit-1.0.7:${PORTSDIR}/www/webkit-gtk2 \ notify.1:${PORTSDIR}/devel/libnotify RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes \ ${LOCALBASE}/share/icons/HighContrastLargePrint/index.theme:${PORTSDIR}/x11-themes/gnome-themes |