svn commit: r564689 - head/audio/rhythmbox
Baptiste Daroussin
bapt at FreeBSD.org
Mon Feb 8 09:46:25 UTC 2021
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
More information about the svn-ports-all
mailing list