Skip to content

Commit

Permalink
net-im/signal-desktop: Add missing LIB_DEPENDS
Browse files Browse the repository at this point in the history
PR:		271155
Reported By:	void@f-m.fm
  • Loading branch information
MikaelUrankar committed May 9, 2023
1 parent da0540f commit ecdcc06
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions 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 \
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit ecdcc06

Please sign in to comment.