summaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2008-01-29 13:29:52 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2008-01-29 13:29:52 +0000
commit36b424addda0953f2799ad9c5ee6378d7c4af1f7 (patch)
tree1440850cbc278fc884b58381e85c7475dbce53a5 /x11-toolkits
parent- update to 1.5.2 (diff)
There is no need of the whole avahi bundle, avahi-libdns is enough.
PR: ports/119023 Submitted by: Dmitry Panov
Notes
Notes: svn path=/head/; revision=206377
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/nucleo/Makefile2
1 files changed, 1 insertions, 1 deletions
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