diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2016-10-26 04:08:28 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2016-10-26 04:08:28 +0000 |
commit | a5f1fce75620ddb658c50cda00ddb02cd13040e0 (patch) | |
tree | 4921c02aa60cfe367371b118b1b4d7d28ba159f1 /net/mDNSResponder/Makefile | |
parent | dd8ff595ab7498ff6278811e42559b2860da024a (diff) | |
download | ports-a5f1fce75620ddb658c50cda00ddb02cd13040e0.tar.gz ports-a5f1fce75620ddb658c50cda00ddb02cd13040e0.zip |
Notes
Diffstat (limited to 'net/mDNSResponder/Makefile')
-rw-r--r-- | net/mDNSResponder/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/mDNSResponder/Makefile b/net/mDNSResponder/Makefile index 007aaaec274f..0eea43c7d333 100644 --- a/net/mDNSResponder/Makefile +++ b/net/mDNSResponder/Makefile @@ -12,7 +12,8 @@ COMMENT= Bonjour (zero-configuration networking) by Apple LICENSE= APACHE20 BSD3CLAUSE LICENSE_COMB= dual -CONFLICTS= avahi-libdns-[0-9]* +# lib/libdns_sd.so.1 sbin/mdnsd +CONFLICTS_INSTALL= avahi-libdns openmdns ALL_TARGET= all dnsextd BUILD_WRKSRC= ${WRKSRC}/mDNSPosix |