aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2024-04-20 00:55:56 +0000
committerJan Beich <jbeich@FreeBSD.org>2024-04-20 00:59:08 +0000
commitc616f2ace80bf5cfc6b87b27e52f6e9c6c83ec2b (patch)
treefcf18a14d492ce4cd3e1ed68694ba840f2caefaa
parent3626e3349503eca45a8eeea7b14500a2bca67300 (diff)
downloadports-c616f2ace80bf5cfc6b87b27e52f6e9c6c83ec2b.tar.gz
ports-c616f2ace80bf5cfc6b87b27e52f6e9c6c83ec2b.zip
audio/gnome-podcasts: drop unused dependency after ba2d95924617
Warning: you might not need LIB_DEPENDS on libhandy-1.so (cherry picked from commit ef84f2993d56b42f86a8bb82218dc1b506bde094)
-rw-r--r--audio/gnome-podcasts/Makefile3
1 files changed, 1 insertions, 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