git: 352ad6ce18e4 - main - audio/mousai: drop unused dependency after 56a524d0e033
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 24 Mar 2024 08:24:14 UTC
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=352ad6ce18e46c488a8ca916969a4776b18bf1fc commit 352ad6ce18e46c488a8ca916969a4776b18bf1fc Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2024-03-24 08:22:40 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2024-03-24 08:23:46 +0000 audio/mousai: drop unused dependency after 56a524d0e033 Warning: you might not need LIB_DEPENDS on libpulse.so --- audio/mousai/Makefile | 3 +-- 1 file changed, 1 insertion(+), 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