mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Additional port improvements
This commit is contained in:
parent
6e2e717c0a
commit
4648604d7f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=351608
@ -15,19 +15,10 @@ USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= yes
|
||||
PYDISTUTILS_AUTOPLIST= yes
|
||||
|
||||
OPTIONS_SINGLE= ZEROCONF
|
||||
OPTIONS_SINGLE= ZEROCONF
|
||||
OPTIONS_SINGLE_ZEROCONF= AVAHI MDNSRESPONDER
|
||||
OPTIONS_DEFAULT= MDNSRESPONDER
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MAVAHI}
|
||||
BUILD_DEPENDS+= libdns_sd.so:${PORTSDIR}/net/avahi-libdns
|
||||
.endif
|
||||
.if ${PORT_OPTIONS:MMDNSRESPONDER}
|
||||
BUILD_DEPENDS+= libdns_sd.so:${PORTSDIR}/net/mDNSResponder
|
||||
.endif
|
||||
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
OPTIONS_DEFAULT= MDNSRESPONDER
|
||||
AVAHI_LIB_DEPENDS= libdns_sd.so:${PORTSDIR}/net/avahi-libdns
|
||||
MDNSRESPONDER_LIB_DEPENDS= libdns_sd.so:${PORTSDIR}/net/mDNSResponder
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user