diff options
author | Alexander Botero-Lowry <alexbl@FreeBSD.org> | 2007-01-04 10:57:10 +0000 |
---|---|---|
committer | Alexander Botero-Lowry <alexbl@FreeBSD.org> | 2007-01-04 10:57:10 +0000 |
commit | 383076b37a8c5e7a2e3608ce13e8546dffa90b63 (patch) | |
tree | 35ef5bf18a686b9329381407e5542cd623ce9958 /audio/xmms2 | |
parent | - Updated to 0.16 (diff) |
- resolve breakage where both MDNSResponder and Avahi support is built
PR: 107423
Submitted by: "R.Mahmatkhanov"<R.Mahmatkhanov@REMOVE_THIS.SKYLINK.ru>, various on irc
Diffstat (limited to 'audio/xmms2')
-rw-r--r-- | audio/xmms2/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/xmms2/Makefile b/audio/xmms2/Makefile index abd113f89a5c..369aafc109ae 100644 --- a/audio/xmms2/Makefile +++ b/audio/xmms2/Makefile @@ -233,6 +233,7 @@ PLIST_SUB+= AO="@comment " .if defined(WITH_MDNS_APPLE) BROKEN= You may choose either MDNS_APPLE or MDNS_AVAHI, but not both .endif +EXCLUDE+= dns_sd LIB_DEPENDS+= avahi-core:${PORTSDIR}/net/avahi PLIST_SUB+= MDNS_AVAHI="" .else @@ -244,6 +245,7 @@ PLIST_SUB+= MDNS_AVAHI="@comment " .if defined(WITH_MDNS_AVAHI) BROKEN= You may choose either MDNS_APPLE or MDNS_AVAHI, but not both .endif +EXCLUDE+= avahi LIB_DEPENDS+= dns_sd:${PORTSDIR}/net/mDNSResponder PLIST_SUB+= MDNS_APPLE="" .else |