summaryrefslogtreecommitdiff
path: root/www/webkit-gtk
diff options
context:
space:
mode:
authortron <tron>2013-06-04 22:15:37 +0000
committertron <tron>2013-06-04 22:15:37 +0000
commit380d9fe620b0cfe80698a4c15fc2ae3bb5485aba (patch)
tree6b8ed11551c6ae6edf7530700df81d41fe88397e /www/webkit-gtk
parent32c6b5730534fd6aec4757823f8d305cabccf0b0 (diff)
downloadpkgsrc-380d9fe620b0cfe80698a4c15fc2ae3bb5485aba.tar.gz
Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:
Recursively bump package revisions again after the "freetype2" and "fontconfig" handling was fixed.
Diffstat (limited to 'www/webkit-gtk')
-rw-r--r--www/webkit-gtk/Makefile4
-rw-r--r--www/webkit-gtk/buildlink3.mk4
2 files changed, 4 insertions, 4 deletions
diff --git a/www/webkit-gtk/Makefile b/www/webkit-gtk/Makefile
index 01f0215da50..d9a8c6c32a8 100644
--- a/www/webkit-gtk/Makefile
+++ b/www/webkit-gtk/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.72 2013/06/03 10:06:10 wiz Exp $
+# $NetBSD: Makefile,v 1.73 2013/06/04 22:17:16 tron Exp $
.include "Makefile.common"
PKGNAME= ${DISTNAME:S/webkitgtk/webkit-gtk/}
-PKGREVISION= 5
+PKGREVISION= 6
COMMENT= GTK2 port of the WebKit browser engine
diff --git a/www/webkit-gtk/buildlink3.mk b/www/webkit-gtk/buildlink3.mk
index 857b211df30..f283bd13d46 100644
--- a/www/webkit-gtk/buildlink3.mk
+++ b/www/webkit-gtk/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.34 2013/06/03 10:06:10 wiz Exp $
+# $NetBSD: buildlink3.mk,v 1.35 2013/06/04 22:17:16 tron Exp $
BUILDLINK_TREE+= webkit-gtk
@@ -6,7 +6,7 @@ BUILDLINK_TREE+= webkit-gtk
WEBKIT_GTK_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.webkit-gtk+= webkit-gtk>=1.1.3
-BUILDLINK_ABI_DEPENDS.webkit-gtk+= webkit-gtk>=1.10.2nb5
+BUILDLINK_ABI_DEPENDS.webkit-gtk+= webkit-gtk>=1.10.2nb6
BUILDLINK_PKGSRCDIR.webkit-gtk?= ../../www/webkit-gtk
.include "../../databases/sqlite3/buildlink3.mk"