summaryrefslogtreecommitdiff
path: root/www/webkit-gtk
diff options
context:
space:
mode:
authorsbd <sbd@pkgsrc.org>2012-12-31 00:34:37 +0000
committersbd <sbd@pkgsrc.org>2012-12-31 00:34:37 +0000
commitedac617386c284e3ac8d80c8a3cd3b62cbab576e (patch)
tree855079676a4c192621217a0462c8190c6da46784 /www/webkit-gtk
parentafdebff10408ea37f8e2ac21cd39852f31e8139e (diff)
downloadpkgsrc-edac617386c284e3ac8d80c8a3cd3b62cbab576e.tar.gz
webkit directly requires libXdamage
Diffstat (limited to 'www/webkit-gtk')
-rw-r--r--www/webkit-gtk/Makefile.common3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/webkit-gtk/Makefile.common b/www/webkit-gtk/Makefile.common
index 5daaa8ebca2..1d3a66b8c5c 100644
--- a/www/webkit-gtk/Makefile.common
+++ b/www/webkit-gtk/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.18 2012/12/19 08:14:42 obache Exp $
+# $NetBSD: Makefile.common,v 1.19 2012/12/31 00:34:37 sbd Exp $
# used by www/webkit-gtk/Makefile
# used by www/webkit-gtk3/Makefile
@@ -70,5 +70,6 @@ BUILDLINK_API_DEPENDS.libsoup24+= libsoup24>=2.34.2
.include "../../textproc/enchant/buildlink3.mk"
.include "../../textproc/icu/buildlink3.mk"
.include "../../textproc/libxslt/buildlink3.mk"
+.include "../../x11/libXdamage/buildlink3.mk"
.include "../../x11/libXt/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"