From b27dd996e15272b7587d6862339ecc7f3f2e641a Mon Sep 17 00:00:00 2001 From: Alexander Botero-Lowry Date: Mon, 28 May 2007 22:04:51 +0000 Subject: - Properly disable MDNSResponder PR: 113104 Submitted by: Olivier Smedts --- audio/xmms2/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'audio/xmms2/Makefile') diff --git a/audio/xmms2/Makefile b/audio/xmms2/Makefile index c8e16dde6637..1a1a31e5dc95 100644 --- a/audio/xmms2/Makefile +++ b/audio/xmms2/Makefile @@ -251,7 +251,7 @@ PLIST_SUB+= AO="@comment " .if !defined(WITHOUT_MDNS_APPLE) BROKEN= You may choose either MDNS_APPLE or MDNS_AVAHI, but not both .endif -EXCLUDE+= --without-optionals="dnssd" +EXCLUDE+= --without-optionals="dns_sd" LIB_DEPENDS+= avahi-core:${PORTSDIR}/net/avahi PLIST_SUB+= MDNS_AVAHI="" MAN1+= xmms2-mdns-avahi.1 @@ -268,7 +268,7 @@ EXCLUDE+= --without-optionals="avahi" LIB_DEPENDS+= dns_sd:${PORTSDIR}/net/mDNSResponder PLIST_SUB+= MDNS_APPLE="" .else -EXCLUDE+= --without-optionals="dnssd" +EXCLUDE+= --without-optionals="dns_sd" PLIST_SUB+= MDNS_APPLE="@comment " .endif -- cgit v1.2.3