Date: Fri, 1 Jul 2022 09:08:26 GMT From: Kurt Jaeger <pi@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 89859f2404b2 - main - x11/yelp: fix dependency libwebkit2gtk-5.0.so:www/webkit2-gtk4 Message-ID: <202207010908.26198QPt083600@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202207010908.26198QPt083600>