From 208843024e4b7fbb5fd41f1cd027b3ea1ea95e29 Mon Sep 17 00:00:00 2001 From: alexbl Date: Mon, 8 Jan 2007 21:43:01 +0000 Subject: - Really fix the mDNS / avahi conflict --- audio/xmms2/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'audio/xmms2') 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 -- cgit