summaryrefslogtreecommitdiff
path: root/www/webkit-gtk/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/webkit-gtk/Makefile')
-rw-r--r--www/webkit-gtk/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/webkit-gtk/Makefile b/www/webkit-gtk/Makefile
index 4bd1e79a95c..7bac8d2fc6e 100644
--- a/www/webkit-gtk/Makefile
+++ b/www/webkit-gtk/Makefile
@@ -1,13 +1,13 @@
-# $NetBSD: Makefile,v 1.61 2012/10/08 23:00:50 adam Exp $
+# $NetBSD: Makefile,v 1.62 2012/10/30 12:46:30 drochner Exp $
.include "Makefile.common"
-PKGNAME= ${DISTNAME:S/webkit/webkit-gtk/}
-PKGREVISION= 4
+PKGNAME= ${DISTNAME:S/webkitgtk/webkit-gtk/}
COMMENT= GTK2 port of the WebKit browser engine
CONFIGURE_ARGS+= --with-gtk=2.0
+CONFIGURE_ARGS+= --disable-webkit2
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"