diff options
author | wiz <wiz@pkgsrc.org> | 2014-08-03 22:13:19 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-08-03 22:13:19 +0000 |
commit | 91ab57362694b0d09f1af9b9b757fd751055c0fb (patch) | |
tree | 7c96236c5b5b3bff10344f53422c535b73820428 /chat/empathy | |
parent | 212e4f186f85a3bc31a8a6e238274cd5fd11fbc3 (diff) | |
download | pkgsrc-91ab57362694b0d09f1af9b9b757fd751055c0fb.tar.gz |
Switch to webkit1-gtk* in preparation for package update to v2.
Packages can switch to that version when they're tested to build with it.
Diffstat (limited to 'chat/empathy')
-rw-r--r-- | chat/empathy/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/empathy/Makefile b/chat/empathy/Makefile index 80511a5db4b..eaed5beb02a 100644 --- a/chat/empathy/Makefile +++ b/chat/empathy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.65 2014/05/17 16:10:41 wiz Exp $ +# $NetBSD: Makefile,v 1.66 2014/08/03 22:13:19 wiz Exp $ DISTNAME= empathy-2.34.0 PKGREVISION= 40 @@ -56,7 +56,7 @@ BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.12.0 .include "../../x11/libX11/buildlink3.mk" .include "../../x11/libunique/buildlink3.mk" # notyet -#.include "../../www/webkit-gtk/buildlink3.mk" +#.include "../../www/webkit1-gtk/buildlink3.mk" #.include "../../graphics/clutter-mx/buildlink3.mk" #.include "../../chat/telepathy-logger/buildlink3.mk" .include "../../mk/omf-scrollkeeper.mk" |