summaryrefslogtreecommitdiff
path: root/audio/xmms2
diff options
context:
space:
mode:
Diffstat (limited to 'audio/xmms2')
-rw-r--r--audio/xmms2/Makefile2
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