From 36b424addda0953f2799ad9c5ee6378d7c4af1f7 Mon Sep 17 00:00:00 2001 From: Alexey Dokuchaev Date: Tue, 29 Jan 2008 13:29:52 +0000 Subject: [PATCH] There is no need of the whole avahi bundle, avahi-libdns is enough. PR: ports/119023 Submitted by: Dmitry Panov --- x11-toolkits/nucleo/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-toolkits/nucleo/Makefile b/x11-toolkits/nucleo/Makefile index 272326fd7e8d..53025f3ae4b5 100644 --- a/x11-toolkits/nucleo/Makefile +++ b/x11-toolkits/nucleo/Makefile @@ -45,7 +45,7 @@ PLIST_SUB+= QT4="@comment " .endif .if exists(${LOCALBASE}/include/avahi-compat-libdns_sd/dns_sd.h) -LIB_DEPENDS+= dns_sd.1:${PORTSDIR}/net/avahi +LIB_DEPENDS+= dns_sd.1:${PORTSDIR}/net/avahi-libdns .elif defined(WITH_DNSSD) LIB_DEPENDS+= dns_sd.1:${PORTSDIR}/net/mDNSResponder .endif