git: 812de04d5de5 - main - www/chromium: add explicit dependency on graphics/wayland
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 04 Apr 2022 08:30:34 UTC
The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=812de04d5de52b4461a67842dd524bd418e70df3 commit 812de04d5de52b4461a67842dd524bd418e70df3 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:30:17 +0000 www/chromium: add explicit dependency on graphics/wayland This way Chromium supports Wayland out of the box. --- 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