git: 89859f2404b2 - main - x11/yelp: fix dependency libwebkit2gtk-5.0.so:www/webkit2-gtk4

From: Kurt Jaeger <pi_at_FreeBSD.org>
Date: Fri, 01 Jul 2022 09:08:26 UTC
The branch main has been updated by pi:

URL: https://cgit.FreeBSD.org/ports/commit/?id=89859f2404b21d268668ea8183ab58f7b5b1e4fd

commit 89859f2404b21d268668ea8183ab58f7b5b1e4fd
Author:     Tatsuki Makino <tatsuki_makino@hotmail.com>
AuthorDate: 2022-07-01 08:24:00 +0000
Commit:     Kurt Jaeger <pi@FreeBSD.org>
CommitDate: 2022-07-01 09:08:16 +0000

    x11/yelp: fix dependency libwebkit2gtk-5.0.so:www/webkit2-gtk4
---
 x11/yelp/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11/yelp/Makefile b/x11/yelp/Makefile
index 09ceaf7a6ea9..62fbeb18cf91 100644
--- a/x11/yelp/Makefile
+++ b/x11/yelp/Makefile
@@ -19,7 +19,7 @@ LIB_DEPENDS=	libgcrypt.so:security/libgcrypt \
 		libhandy-1.so:x11-toolkits/libhandy \
 		libharfbuzz.so:print/harfbuzz \
 		libsoup-2.4.so:devel/libsoup \
-		libwebkit2gtk-4.0.so:www/webkit2-gtk4
+		libwebkit2gtk-5.0.so:www/webkit2-gtk4
 RUN_DEPENDS=	yelp-xsl>=0:textproc/yelp-xsl
 
 USES=		compiler:c11 desktop-file-utils gettext gmake gnome libtool \