Add a PKGNAMESUFFIX when libdns support is enabled so that a CONFLICTS can
be registered in mDNSResponder.
This commit is contained in:
parent
dd1a14d482
commit
edba20b53c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=165051
1 changed files with 1 additions and 0 deletions
|
@ -63,6 +63,7 @@ IGNORE= does not work on FreeBSD 4.X
|
|||
CONFIGURE_ARGS+=--enable-compat-libdns_sd
|
||||
PLIST_SUB+= LIBDNS=""
|
||||
CONFLICTS+= mDNSResponder-[0-9]*
|
||||
PKGNAMESUFFIX:= ${PKGNAMESUFFIX}+libdns
|
||||
.else
|
||||
CONFIGURE_ARGS+=--disable-compat-libdns_sd
|
||||
PLIST_SUB+= LIBDNS="@comment "
|
||||
|
|
Loading…
Reference in a new issue