diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-12-27 04:56:53 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-12-27 04:56:53 +0000 |
commit | 68b9941b912a7f216bec07696e18975554e99608 (patch) | |
tree | 35a91d428bd23594532ba0a081449dd3486c65bf /audio/rhythmbox | |
parent | 0c143a55dce624b3152bab157ad88830f9462c79 (diff) | |
download | ports-68b9941b912a7f216bec07696e18975554e99608.tar.gz ports-68b9941b912a7f216bec07696e18975554e99608.zip |
Notes
Diffstat (limited to 'audio/rhythmbox')
-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 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 " |