diff options
-rw-r--r-- | audio/rhythmbox-devel/Makefile | 6 | ||||
-rw-r--r-- | audio/rhythmbox/Makefile | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/audio/rhythmbox-devel/Makefile b/audio/rhythmbox-devel/Makefile index 850b79240..5b2a4b583 100644 --- a/audio/rhythmbox-devel/Makefile +++ b/audio/rhythmbox-devel/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 " 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 " |