Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Feb 2021 09:46:24 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r564689 - head/audio/rhythmbox
Message-ID:  <202102080946.1189kOo3009736@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Mon Feb  8 09:46:24 2021
New Revision: 564689
URL: https://svnweb.freebsd.org/changeset/ports/564689

Log:
  Remove a false dependency on libhal in case MTP option is selected

Modified:
  head/audio/rhythmbox/Makefile

Modified: head/audio/rhythmbox/Makefile
==============================================================================
--- head/audio/rhythmbox/Makefile	Mon Feb  8 09:44:40 2021	(r564688)
+++ head/audio/rhythmbox/Makefile	Mon Feb  8 09:46:24 2021	(r564689)
@@ -3,6 +3,7 @@
 
 PORTNAME=	rhythmbox
 PORTVERSION=	3.4.4
+PORTREVISION=	1
 CATEGORIES=	audio gnome
 MASTER_SITES=	GNOME
 DIST_SUBDIR=	gnome3
@@ -68,8 +69,7 @@ IPOD_LIB_DEPENDS=	libgpod.so:audio/libgpod \
 LIRC_CONFIGURE_ENABLE=	lirc
 LIRC_LIB_DEPENDS=	liblirc_client.so:comms/lirc
 MTP_CONFIGURE_WITH=	mtp
-MTP_LIB_DEPENDS=	libmtp.so:multimedia/libmtp \
-			libhal.so:sysutils/hal
+MTP_LIB_DEPENDS=	libmtp.so:multimedia/libmtp
 NLS_USES=		gettext
 NLS_CONFIGURE_OFF=	--disable-nls
 NOTIFY_CONFIGURE_ENABLE=	libnotify



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