Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Apr 2024 00:58:59 GMT
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: ef84f2993d56 - main - audio/gnome-podcasts: drop unused dependency after ba2d95924617
Message-ID:  <202404200058.43K0wxpX028697@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=ef84f2993d56b42f86a8bb82218dc1b506bde094

commit ef84f2993d56b42f86a8bb82218dc1b506bde094
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:57:14 +0000

    audio/gnome-podcasts: drop unused dependency after ba2d95924617
    
    Warning: you might not need LIB_DEPENDS on libhandy-1.so
---
 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202404200058.43K0wxpX028697>