mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
- Properly disable MDNSResponder
PR: 113104 Submitted by: Olivier Smedts <olivier@gid0.org>
This commit is contained in:
parent
34a682773d
commit
b27dd996e1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=192233
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user