git: c616f2ace80b - 2024Q2 - audio/gnome-podcasts: drop unused dependency after ba2d95924617
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 20 Apr 2024 00:59:20 UTC
The branch 2024Q2 has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=c616f2ace80bf5cfc6b87b27e52f6e9c6c83ec2b commit c616f2ace80bf5cfc6b87b27e52f6e9c6c83ec2b Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2024-04-20 00:55:56 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2024-04-20 00:59:08 +0000 audio/gnome-podcasts: drop unused dependency after ba2d95924617 Warning: you might not need LIB_DEPENDS on libhandy-1.so (cherry picked from commit ef84f2993d56b42f86a8bb82218dc1b506bde094) --- audio/gnome-podcasts/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/audio/gnome-podcasts/Makefile b/audio/gnome-podcasts/Makefile index 99175562b07b..8a66139e422b 100644 --- a/audio/gnome-podcasts/Makefile +++ b/audio/gnome-podcasts/Makefile @@ -12,8 +12,7 @@ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= bash:shells/bash -LIB_DEPENDS= libdbus-1.so:devel/dbus \ - libhandy-1.so:x11-toolkits/libhandy +LIB_DEPENDS= libdbus-1.so:devel/dbus USES= cargo gettext gnome gstreamer meson pkgconfig sqlite ssl USE_GITLAB= yes