diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2021-02-08 09:46:24 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2021-02-08 09:46:24 +0000 |
commit | bac168a0a818ad7886ed0868d99903a903489e0e (patch) | |
tree | c13295a7415e5a7b7c0800da00e7f89a11e98ebe /audio | |
parent | 2cb7aa03fc4dac40f20eb49104acc0658aec1b0f (diff) | |
download | ports-bac168a0a818ad7886ed0868d99903a903489e0e.tar.gz ports-bac168a0a818ad7886ed0868d99903a903489e0e.zip |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/rhythmbox/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/rhythmbox/Makefile b/audio/rhythmbox/Makefile index 01c4ebd0f887..b4d83af9ded5 100644 --- a/audio/rhythmbox/Makefile +++ b/audio/rhythmbox/Makefile @@ -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 |