aboutsummaryrefslogtreecommitdiffstats
path: root/audio/xmms2
diff options
context:
space:
mode:
authoralexbl <alexbl@FreeBSD.org>2007-01-09 05:43:01 +0800
committeralexbl <alexbl@FreeBSD.org>2007-01-09 05:43:01 +0800
commit208843024e4b7fbb5fd41f1cd027b3ea1ea95e29 (patch)
tree54fe7947d0aa526be3a21b571c7b71bfc680029e /audio/xmms2
parente8f7f916a3514a6d2b63230546d146a9ec247962 (diff)
downloadfreebsd-ports-gnome-208843024e4b7fbb5fd41f1cd027b3ea1ea95e29.tar.gz
freebsd-ports-gnome-208843024e4b7fbb5fd41f1cd027b3ea1ea95e29.tar.zst
freebsd-ports-gnome-208843024e4b7fbb5fd41f1cd027b3ea1ea95e29.zip
- Really fix the mDNS / avahi conflict
Diffstat (limited to 'audio/xmms2')
-rw-r--r--audio/xmms2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/xmms2/Makefile b/audio/xmms2/Makefile
index 369aafc109ae..8ea4f588028d 100644
--- a/audio/xmms2/Makefile
+++ b/audio/xmms2/Makefile
@@ -233,7 +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
+EXCLUDE+= dnssd
LIB_DEPENDS+= avahi-core:${PORTSDIR}/net/avahi
PLIST_SUB+= MDNS_AVAHI=""
.else
@@ -249,7 +249,7 @@ EXCLUDE+= avahi
LIB_DEPENDS+= dns_sd:${PORTSDIR}/net/mDNSResponder
PLIST_SUB+= MDNS_APPLE=""
.else
-EXCLUDE+= dns_sd
+EXCLUDE+= dnssd
PLIST_SUB+= MDNS_APPLE="@comment "
.endif
.endif