summaryrefslogtreecommitdiffstats
path: root/audio/rhythmbox
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2007-12-27 12:58:04 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2007-12-27 12:58:04 +0800
commitebe123b7e234007939d3243ba66a220d770ac803 (patch)
treedf46aa353e062735ed40c4c9bbb1c3081a04bd9c /audio/rhythmbox
parent727fdd681f567ca36a5157e2f56805779b1c8df4 (diff)
downloadmarcuscom-ports-ebe123b7e234007939d3243ba66a220d770ac803.tar
marcuscom-ports-ebe123b7e234007939d3243ba66a220d770ac803.tar.gz
marcuscom-ports-ebe123b7e234007939d3243ba66a220d770ac803.tar.bz2
marcuscom-ports-ebe123b7e234007939d3243ba66a220d770ac803.tar.lz
marcuscom-ports-ebe123b7e234007939d3243ba66a220d770ac803.tar.xz
marcuscom-ports-ebe123b7e234007939d3243ba66a220d770ac803.tar.zst
marcuscom-ports-ebe123b7e234007939d3243ba66a220d770ac803.zip
Sync with FReeBSD ports tree.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10007 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'audio/rhythmbox')
-rw-r--r--audio/rhythmbox/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/rhythmbox/Makefile b/audio/rhythmbox/Makefile
index 850b79240..5b2a4b583 100644
--- a/audio/rhythmbox/Makefile
+++ b/audio/rhythmbox/Makefile
@@ -3,7 +3,7 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom$
+# $MCom: ports/audio/rhythmbox/Makefile,v 1.84 2007/12/23 16:20:17 kwm Exp $
#
PORTNAME= rhythmbox
@@ -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 "