pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

*: Migrate dependencies from webkit1 to webkit24



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sat Jun 11 22:40:09 2016 +0200
Changeset:	e15c9e4e0d29d04f0059f2e6eb9e7cbcb934a2fb

Modified Files:
	banshee/options.mk
	empathy/Makefile
	evolution-rss/options.mk

Log Message:
*: Migrate dependencies from webkit1 to webkit24

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=e15c9e4e0d29d04f0059f2e6eb9e7cbcb934a2fb

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 banshee/options.mk       | 2 +-
 empathy/Makefile         | 1 -
 evolution-rss/options.mk | 2 +-
 3 files changed, 2 insertions(+), 3 deletions(-)

diffs:
diff --git a/banshee/options.mk b/banshee/options.mk
index 7a2fdec..b585f37 100644
--- a/banshee/options.mk
+++ b/banshee/options.mk
@@ -32,7 +32,7 @@ CONFIGURE_ARGS+=	--disable-mtp
 
 .if !empty(PKG_OPTIONS:Mweb)
 PLIST.web=		yes
-.include "../../www/webkit1-gtk/buildlink3.mk"
+.include "../../www/webkit24-gtk/buildlink3.mk"
 .endif
 
 .if !empty(PKG_OPTIONS:Mboo)
diff --git a/empathy/Makefile b/empathy/Makefile
index f8ea17a6..9b2fd67 100644
--- a/empathy/Makefile
+++ b/empathy/Makefile
@@ -67,7 +67,6 @@ BUILDLINK_API_DEPENDS.gtk3+=		gtk3+>=3.9.4
 .include "../../x11/libX11/buildlink3.mk"
 .include "../../x11/libunique/buildlink3.mk"
 # notyet
-#.include "../../www/webkit1-gtk/buildlink3.mk"
 #.include "../../graphics/clutter-mx/buildlink3.mk"
 #.include "../../chat/telepathy-logger/buildlink3.mk"
 .include "../../mk/omf-scrollkeeper.mk"
diff --git a/evolution-rss/options.mk b/evolution-rss/options.mk
index 5f0bdac..7ba4199 100644
--- a/evolution-rss/options.mk
+++ b/evolution-rss/options.mk
@@ -21,7 +21,7 @@ CONFIGURE_ARGS+=	--disable-gecko
 .endif
 
 .if !empty(PKG_OPTIONS:Mwebkit )
-.   include "../../www/webkit1-gtk/buildlink3.mk"
+.   include "../../www/webkit24-gtk/buildlink3.mk"
 CONFIGURE_ARGS+=	--enable-webkit
 .else
 CONFIGURE_ARGS+=	--disable-webkit


Home | Main Index | Thread Index | Old Index