diff options
author | alexbl <alexbl@FreeBSD.org> | 2007-01-04 18:57:10 +0800 |
---|---|---|
committer | alexbl <alexbl@FreeBSD.org> | 2007-01-04 18:57:10 +0800 |
commit | 69f230a6c7f078a3b203968bb3f20dbe9b375fac (patch) | |
tree | fe92c298c5682af8617465f72c8eb7612319aa91 /audio/xmms2 | |
parent | 7783ee86c9b232596256b8bf1c6934b621bada7e (diff) | |
download | freebsd-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/Makefile | 2 |
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 |