aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2007-12-27 12:56:53 +0800
committerJoe Marcus Clarke <marcus@FreeBSD.org>2007-12-27 12:56:53 +0800
commit68b9941b912a7f216bec07696e18975554e99608 (patch)
tree35a91d428bd23594532ba0a081449dd3486c65bf /audio
parent0c143a55dce624b3152bab157ad88830f9462c79 (diff)
downloadfreebsd-ports-gnome-68b9941b912a7f216bec07696e18975554e99608.tar.gz
freebsd-ports-gnome-68b9941b912a7f216bec07696e18975554e99608.tar.zst
freebsd-ports-gnome-68b9941b912a7f216bec07696e18975554e99608.zip
We only require avahi-app, not the entire avahi suite.
PR: 119028 Submitted by: "Dima Panov" <fluffy@fluffy.khv.ru>
Diffstat (limited to 'audio')
-rw-r--r--audio/rhythmbox-devel/Makefile4
-rw-r--r--audio/rhythmbox/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/audio/rhythmbox-devel/Makefile b/audio/rhythmbox-devel/Makefile
index 5ddf729bdc7f..21aa22c0eeb8 100644
--- a/audio/rhythmbox-devel/Makefile
+++ b/audio/rhythmbox-devel/Makefile
@@ -81,12 +81,12 @@ PLIST_SUB+= LIRC="@comment "
.if defined(WITH_DAAP)
CONFIGURE_ARGS+= --enable-daap --with-mdns=avahi
-LIB_DEPENDS+= avahi-client:${PORTSDIR}/net/avahi \
+LIB_DEPENDS+= avahi-client:${PORTSDIR}/net/avahi-app \
gnome-keyring:${PORTSDIR}/security/gnome-keyring
PLIST_SUB+= DAAP=""
.else
.if exists(${LOCALBASE}/lib/libavahi-client.a)
-LIB_DEPENDS+= avahi-client:${PORTSDIR}/net/avahi
+LIB_DEPENDS+= avahi-client:${PORTSDIR}/net/avahi-app
.endif
CONFIGURE_ARGS+= --disable-daap
PLIST_SUB+= DAAP="@comment "
diff --git a/audio/rhythmbox/Makefile b/audio/rhythmbox/Makefile
index 5ddf729bdc7f..21aa22c0eeb8 100644
--- a/audio/rhythmbox/Makefile
+++ b/audio/rhythmbox/Makefile
@@ -81,12 +81,12 @@ PLIST_SUB+= LIRC="@comment "
.if defined(WITH_DAAP)
CONFIGURE_ARGS+= --enable-daap --with-mdns=avahi
-LIB_DEPENDS+= avahi-client:${PORTSDIR}/net/avahi \
+LIB_DEPENDS+= avahi-client:${PORTSDIR}/net/avahi-app \
gnome-keyring:${PORTSDIR}/security/gnome-keyring
PLIST_SUB+= DAAP=""
.else
.if exists(${LOCALBASE}/lib/libavahi-client.a)
-LIB_DEPENDS+= avahi-client:${PORTSDIR}/net/avahi
+LIB_DEPENDS+= avahi-client:${PORTSDIR}/net/avahi-app
.endif
CONFIGURE_ARGS+= --disable-daap
PLIST_SUB+= DAAP="@comment "