diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-12-27 12:58:04 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-12-27 12:58:04 +0800 |
commit | ebe123b7e234007939d3243ba66a220d770ac803 (patch) | |
tree | df46aa353e062735ed40c4c9bbb1c3081a04bd9c /audio | |
parent | 727fdd681f567ca36a5157e2f56805779b1c8df4 (diff) | |
download | marcuscom-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')
-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 " |