diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-08-15 04:56:37 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-08-15 04:56:37 +0000 |
commit | 433aac8edc6d5ce58ff8ebbfa7757532ada7daa2 (patch) | |
tree | eb00d539779609391f39bb7e70f07980f41a756b /dns | |
parent | 4908700382629a385c279f37d62aae04b94c2ec5 (diff) | |
download | ports-433aac8edc6d5ce58ff8ebbfa7757532ada7daa2.tar.gz ports-433aac8edc6d5ce58ff8ebbfa7757532ada7daa2.zip |
Notes
Diffstat (limited to 'dns')
-rw-r--r-- | dns/nss_mdns/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/dns/nss_mdns/Makefile b/dns/nss_mdns/Makefile index d2375a965ead..bbc989d796c4 100644 --- a/dns/nss_mdns/Makefile +++ b/dns/nss_mdns/Makefile @@ -14,13 +14,15 @@ COMMENT= NSS module implementing multicast DNS name resolution LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/LICENSE +LIB_DEPENDS= libavahi-client.so:${PORTSDIR}/net/avahi-app + +CONFLICTS_INSTALL= mDNSResponder_nss-[0-9]* + USE_AUTOTOOLS= autoconf automake libtool USES= gmake USE_LDCONFIG= yes AUTOTOOLSFILES= aclocal.m4 -LIB_DEPENDS+= libavahi-client.so:${PORTSDIR}/net/avahi-app - OPTIONS_DEFINE= SEARCH_DOMAINS DOCS SEARCH_DOMAINS_DESC= Honour search domains in resolv.conf |