aboutsummaryrefslogtreecommitdiffstats
path: root/audio/xmms2
diff options
context:
space:
mode:
authoralexbl <alexbl@FreeBSD.org>2007-01-04 18:57:10 +0800
committeralexbl <alexbl@FreeBSD.org>2007-01-04 18:57:10 +0800
commit69f230a6c7f078a3b203968bb3f20dbe9b375fac (patch)
treefe92c298c5682af8617465f72c8eb7612319aa91 /audio/xmms2
parent7783ee86c9b232596256b8bf1c6934b621bada7e (diff)
downloadfreebsd-ports-gnome-69f230a6c7f078a3b203968bb3f20dbe9b375fac.tar.gz
freebsd-ports-gnome-69f230a6c7f078a3b203968bb3f20dbe9b375fac.tar.zst
freebsd-ports-gnome-69f230a6c7f078a3b203968bb3f20dbe9b375fac.zip
- resolve breakage where both MDNSResponder and Avahi support is built
PR: 107423 Submitted by: "R.Mahmatkhanov"<R.Mahmatkhanov@REMOVE_THIS.SKYLINK.ru>, various on irc
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