git: ecdcc0644c46 - main - net-im/signal-desktop: Add missing LIB_DEPENDS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 09 May 2023 17:33:30 UTC
The branch main has been updated by mikael: URL: https://cgit.FreeBSD.org/ports/commit/?id=ecdcc0644c4655398688a4eec0956081b6bc5c97 commit ecdcc0644c4655398688a4eec0956081b6bc5c97 Author: Mikael Urankar <mikael@FreeBSD.org> AuthorDate: 2023-05-09 16:45:20 +0000 Commit: Mikael Urankar <mikael@FreeBSD.org> CommitDate: 2023-05-09 17:33:01 +0000 net-im/signal-desktop: Add missing LIB_DEPENDS PR: 271155 Reported By: void@f-m.fm --- net-im/signal-desktop/Makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/net-im/signal-desktop/Makefile b/net-im/signal-desktop/Makefile index 6d3fdb11a2ab..74e909ce0256 100644 --- a/net-im/signal-desktop/Makefile +++ b/net-im/signal-desktop/Makefile @@ -1,7 +1,7 @@ PORTNAME= signal-desktop DISTVERSIONPREFIX= v DISTVERSION= 6.15.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-im MASTER_SITES= LOCAL/mikael/signal-desktop/:npm \ LOCAL/mikael/signal-desktop/:sqlite \ @@ -51,7 +51,11 @@ LIB_DEPENDS= libasound.so:audio/alsa-lib \ libsnappy.so:archivers/snappy \ libwebp.so:graphics/webp \ libxkbcommon.so:x11/libxkbcommon \ - libxshmfence.so:x11/libxshmfence + libxshmfence.so:x11/libxshmfence \ + libicuuc.so:devel/icu \ + libevent.so:devel/libevent \ + libwayland-client.so:graphics/wayland \ + libfreetype.so:print/freetype2 USES= desktop-file-utils gettext-runtime gl gnome jpeg xorg USE_GITHUB= yes