Lines 175-186
Link Here
|
175 |
LIB_DEPENDS+= libdns_sd.so:${PORTSDIR}/net/mDNSResponder |
175 |
LIB_DEPENDS+= libdns_sd.so:${PORTSDIR}/net/mDNSResponder |
176 |
CONFIGURE_ARGS+= --with-dnssd-includes=${LOCALBASE}/include |
176 |
CONFIGURE_ARGS+= --with-dnssd-includes=${LOCALBASE}/include |
177 |
CONFIGURE_ARGS+= --disable-avahi |
177 |
CONFIGURE_ARGS+= --disable-avahi |
|
|
178 |
SUB_LIST+= ZEROCONF="mdnsd" |
178 |
.elif !defined(CUPS_CLIENT) && !defined(CUPS_IMAGE) && ${PORT_OPTIONS:MAVAHI} |
179 |
.elif !defined(CUPS_CLIENT) && !defined(CUPS_IMAGE) && ${PORT_OPTIONS:MAVAHI} |
179 |
CONFIGURE_ARGS+= --enable-avahi |
180 |
CONFIGURE_ARGS+= --enable-avahi |
180 |
LIB_DEPENDS+= libavahi-client.so:${PORTSDIR}/net/avahi-app |
181 |
LIB_DEPENDS+= libavahi-client.so:${PORTSDIR}/net/avahi-app |
|
|
182 |
SUB_LIST+= ZEROCONF="avahi_daemon" |
181 |
.else |
183 |
.else |
182 |
CONFIGURE_ARGS+= --disable-dnssd |
184 |
CONFIGURE_ARGS+= --disable-dnssd |
183 |
CONFIGURE_ARGS+= --disable-avahi |
185 |
CONFIGURE_ARGS+= --disable-avahi |
|
|
186 |
SUB_LIST+= ZEROCONF="" |
184 |
.endif |
187 |
.endif |
185 |
|
188 |
|
186 |
.if !defined(CUPS_CLIENT) && !defined(CUPS_IMAGE) && ${PORT_OPTIONS:MPAM} |
189 |
.if !defined(CUPS_CLIENT) && !defined(CUPS_IMAGE) && ${PORT_OPTIONS:MPAM} |