From db2725dd8a9ab9bc021549d60b4b3d53cb9b54c9 Mon Sep 17 00:00:00 2001 From: jbeich Date: Wed, 26 Oct 2016 04:08:28 +0000 Subject: dns/openmdns: conflict with net/mDNSResponder --- net/mDNSResponder/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'net') diff --git a/net/mDNSResponder/Makefile b/net/mDNSResponder/Makefile index 007aaaec274..0eea43c7d33 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 -- cgit