diff options
author | Gleb Popov <arrowd@FreeBSD.org> | 2023-03-02 17:01:18 +0300 |
---|---|---|
committer | Gleb Popov <arrowd@FreeBSD.org> | 2023-03-02 17:01:18 +0300 |
commit | 0d5fb8a2cf0f8eac9946eef916355bf9fca51a35 (patch) | |
tree | 1fba70173bcc79d4c3592d949693662d4669c726 | |
parent | net-im/Makefile: Attach webinar to the build. (diff) |
net-im/webinar: Catch up with recent atk changes.
Reported by: fluffy
Sponsored by: Serenity Cybersecurity, LLC
-rw-r--r-- | net-im/webinar/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/webinar/Makefile b/net-im/webinar/Makefile index c4942351b43a..0392497e3863 100644 --- a/net-im/webinar/Makefile +++ b/net-im/webinar/Makefile @@ -29,7 +29,7 @@ RUN_DEPENDS= electron${ELECTRON_VERSION}:devel/electron${ELECTRON_VERSION} \ # All deps below are there only to please stage-qa -LIB_DEPENDS= libatk-bridge-2.0.so:accessibility/at-spi2-atk \ +LIB_DEPENDS= libatk-bridge-2.0.so:accessibility/at-spi2-core \ libatspi.so:accessibility/at-spi2-core \ libsnappy.so:archivers/snappy \ libopus.so:audio/opus \ |