diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2024-03-24 08:22:40 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2024-03-24 08:23:46 +0000 |
commit | 352ad6ce18e46c488a8ca916969a4776b18bf1fc (patch) | |
tree | f91306ff35a3b9b6a4b1fed05d980026fb99d301 | |
parent | 45e319687e8c55b23be7657fb7bfcce73e3a71cf (diff) | |
download | ports-352ad6ce18e46c488a8ca916969a4776b18bf1fc.tar.gz ports-352ad6ce18e46c488a8ca916969a4776b18bf1fc.zip |
audio/mousai: drop unused dependency after 56a524d0e033
Warning: you might not need LIB_DEPENDS on libpulse.so
-rw-r--r-- | audio/mousai/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/mousai/Makefile b/audio/mousai/Makefile index 157da658548c..03174f1d51c8 100644 --- a/audio/mousai/Makefile +++ b/audio/mousai/Makefile @@ -10,8 +10,7 @@ WWW= https://github.com/SeaDve/Mousai LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libpulse.so:audio/pulseaudio \ - libsoup-3.0.so:devel/libsoup3 \ +LIB_DEPENDS= libsoup-3.0.so:devel/libsoup3 \ libgraphene-1.0.so:graphics/graphene USES= cargo gettext gnome gstreamer meson pkgconfig |