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:57:14 +0000
commitef84f2993d56b42f86a8bb82218dc1b506bde094 (patch)
treed5d2f5dcfa9bf3086a062923f28820b32c44e0ee
parent2bbdef7d9f5462145b0f5e92c4048adfb3fed910 (diff)
downloadports-ef84f2993d56b42f86a8bb82218dc1b506bde094.tar.gz
ports-ef84f2993d56b42f86a8bb82218dc1b506bde094.zip
audio/gnome-podcasts: drop unused dependency after ba2d95924617
Warning: you might not need LIB_DEPENDS on libhandy-1.so
-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