aboutsummaryrefslogtreecommitdiff
path: root/audio/xmms2
diff options
context:
space:
mode:
authorAlexander Botero-Lowry <alexbl@FreeBSD.org>2007-05-28 22:04:51 +0000
committerAlexander Botero-Lowry <alexbl@FreeBSD.org>2007-05-28 22:04:51 +0000
commitb27dd996e15272b7587d6862339ecc7f3f2e641a (patch)
treecdd44385efbc2f2488c1dc34fbe7eb8571bd9173 /audio/xmms2
parent34a682773d567d593bd5e6895bd0fb729ffea438 (diff)
downloadports-b27dd996e15272b7587d6862339ecc7f3f2e641a.tar.gz
ports-b27dd996e15272b7587d6862339ecc7f3f2e641a.zip
- Properly disable MDNSResponder
PR: 113104 Submitted by: Olivier Smedts <olivier@gid0.org>
Notes
Notes: svn path=/head/; revision=192233
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 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