View | Details | Raw Unified | Return to bug 113104
Collapse All | Expand All

(-)audio/xmms2/Makefile 2007-05-28 23:49:27.000000000 +0200 (-2 / +2 lines)
Lines 251-257 Link Here
251
.if !defined(WITHOUT_MDNS_APPLE)
251
.if !defined(WITHOUT_MDNS_APPLE)
252
BROKEN=                You may choose either MDNS_APPLE or MDNS_AVAHI, but not both
252
BROKEN=                You may choose either MDNS_APPLE or MDNS_AVAHI, but not both
253
.endif
253
.endif
254
EXCLUDE+=      --without-optionals="dnssd"
254
EXCLUDE+=      --without-optionals="dns_sd"
255
LIB_DEPENDS+=  avahi-core:${PORTSDIR}/net/avahi
255
LIB_DEPENDS+=  avahi-core:${PORTSDIR}/net/avahi
256
PLIST_SUB+=    MDNS_AVAHI=""
256
PLIST_SUB+=    MDNS_AVAHI=""
257
MAN1+= xmms2-mdns-avahi.1
257
MAN1+= xmms2-mdns-avahi.1
Lines 268-274 Link Here
268
LIB_DEPENDS+=  dns_sd:${PORTSDIR}/net/mDNSResponder
268
LIB_DEPENDS+=  dns_sd:${PORTSDIR}/net/mDNSResponder
269
PLIST_SUB+=    MDNS_APPLE=""
269
PLIST_SUB+=    MDNS_APPLE=""
270
.else
270
.else
271
EXCLUDE+=      --without-optionals="dnssd"
271
EXCLUDE+=      --without-optionals="dns_sd"
272
PLIST_SUB+=    MDNS_APPLE="@comment "
272
PLIST_SUB+=    MDNS_APPLE="@comment "
273
.endif
273
.endif

Return to bug 113104