pkgsrc-WIP-changes archive

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

webkit-gtk4: Fix buildlink package name and version



Module Name:	pkgsrc-wip
Committed By:	Dan Cîrnaț <dan%alt.md@localhost>
Pushed By:	cirnatdan
Date:		Sat Nov 21 12:48:33 2020 +0100
Changeset:	5447e72891e7417ed0e79d74685698de58b056ed

Modified Files:
	webkit-gtk4/buildlink3.mk

Log Message:
webkit-gtk4: Fix buildlink package name and version

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

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

diffstat:
 webkit-gtk4/buildlink3.mk | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diffs:
diff --git a/webkit-gtk4/buildlink3.mk b/webkit-gtk4/buildlink3.mk
index 48ed2723df..957cd0d203 100644
--- a/webkit-gtk4/buildlink3.mk
+++ b/webkit-gtk4/buildlink3.mk
@@ -5,14 +5,14 @@ BUILDLINK_TREE+=	webkit-gtk4
 .if !defined(WEBKIT_GTK_BUILDLINK3_MK)
 WEBKIT_GTK4_BUILDLINK3_MK:=
 
-BUILDLINK_API_DEPENDS.webkit-gtki4+=	webkit-gtk>=2.8
-BUILDLINK_ABI_DEPENDS.webkit-gtk4?=	webkit-gtk>=2.30.2nb1
-BUILDLINK_PKGSRCDIR.webkit-gtk?=	../../wip/webkit-gtk4
+BUILDLINK_API_DEPENDS.webkit-gtk4+=	webkit-gtk4>=2.8
+BUILDLINK_ABI_DEPENDS.webkit-gtk4?=	webkit-gtk4>=2.30.2
+BUILDLINK_PKGSRCDIR.webkit-gtk4?=	../../wip/webkit-gtk4
 
 # This is necessary to match the package requirement.
 GCC_REQD+=	7.3
 
-pkgbase := webkit-gtk
+pkgbase := webkit-gtk4
 .include "../../mk/pkg-build-options.mk"
 
 .if !empty(PKG_BUILD_OPTIONS.webkit-gtk4:Menchant)
@@ -31,7 +31,7 @@ pkgbase := webkit-gtk
 .include "../../security/libsecret/buildlink3.mk"
 .include "../../textproc/icu/buildlink3.mk"
 .include "../../textproc/libxslt/buildlink3.mk"
-.include "../../x11/gtk4/buildlink3.mk"
+.include "../../wip/gtk4/buildlink3.mk"
 .include "../../x11/libXdamage/buildlink3.mk"
 .include "../../x11/libXt/buildlink3.mk"
 .endif # WEBKIT_GTK4_BUILDLINK3_MK


Home | Main Index | Thread Index | Old Index