Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --- pkgsrc/www/webkit-gtk/Makefile 2013/06/09 13:22:55 1.75 +++ pkgsrc/www/webkit-gtk/Makefile 2013/10/10 14:41:51 1.78 @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.75 2013/06/09 13:22:55 obache Exp $ +# $NetBSD: Makefile,v 1.78 2013/10/10 14:41:51 ryoon Exp $ .include "Makefile.common" PKGNAME= ${DISTNAME:S/webkitgtk/webkit-gtk/} -PKGREVISION= 8 +PKGREVISION= 10 COMMENT= GTK2 port of the WebKit browser engine @@ -13,4 +13,5 @@ CONFIGURE_ARGS+= --disable-webkit2 #introspection support BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.24.17nb3 .include "../../x11/gtk2/buildlink3.mk" +.include "../../graphics/cairo-gobject/buildlink3.mk" .include "../../mk/bsd.pkg.mk"