git: 0300f973bf54 - 2022Q2 - www/chromium: add explicit dependency on graphics/wayland

From: Rene Ladan <rene_at_FreeBSD.org>
Date: Mon, 04 Apr 2022 08:32:10 UTC
The branch 2022Q2 has been updated by rene:

URL: https://cgit.FreeBSD.org/ports/commit/?id=0300f973bf54b9486204ba6f107f62fbd6c5de3c

commit 0300f973bf54b9486204ba6f107f62fbd6c5de3c
Author:     Robert Nagy <robert@openbsd.org>
AuthorDate: 2022-04-04 08:12:17 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2022-04-04 08:31:38 +0000

    www/chromium: add explicit dependency on graphics/wayland
    
    This way Chromium supports Wayland out of the box.
    
    (cherry picked from commit 812de04d5de52b4461a67842dd524bd418e70df3)
---
 www/chromium/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/www/chromium/Makefile b/www/chromium/Makefile
index eaa5b232ef93..ebbc82cd3606 100644
--- a/www/chromium/Makefile
+++ b/www/chromium/Makefile
@@ -2,7 +2,7 @@
 
 PORTNAME=	chromium
 PORTVERSION=	100.0.4896.60
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	www
 MASTER_SITES=	https://commondatastorage.googleapis.com/chromium-browser-official/ \
 		https://nerd.hu/distfiles/:fonts
@@ -57,6 +57,7 @@ LIB_DEPENDS=	libatk-bridge-2.0.so:accessibility/at-spi2-atk \
 		libnss3.so:security/nss \
 		libexpat.so:textproc/expat2 \
 		libfontconfig.so:x11-fonts/fontconfig \
+		libwayland-client.so:graphics/wayland \
 		libxkbcommon.so:x11/libxkbcommon \
 		libxshmfence.so:x11/libxshmfence