diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-12-09 15:40:32 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-12-09 15:40:32 +0000 |
commit | 265c712184771712faa66cc2f64134b2baa2e935 (patch) | |
tree | 048349fcbb8ba93ce14df26aee1279f5a93add2d /dns/bind910/Makefile | |
parent | 79e3454fc998324bca63a7c908ea65e7d2e2e690 (diff) |
Notes
Diffstat (limited to 'dns/bind910/Makefile')
-rw-r--r-- | dns/bind910/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dns/bind910/Makefile b/dns/bind910/Makefile index 665ba34ac1e1..89644c425176 100644 --- a/dns/bind910/Makefile +++ b/dns/bind910/Makefile @@ -54,7 +54,7 @@ CONFIGURE_ARGS+= --disable-shared .endif ETCDIR= ${PREFIX}/etc/namedb -CONFLICTS+= bind9*-9.[456789].* bind911-* bind9*-sdb-9.[456789].* +CONFLICTS+= bind99 bind911 bind9-devel .if !defined(BIND_TOOLS_SLAVE) SUB_FILES= pkg-message @@ -118,9 +118,9 @@ FETCHLIMIT_CONFIGURE_ENABLE= fetchlimit QUERYTRACE_CONFIGURE_ENABLE= querytrace .if defined(BIND_TOOLS_SLAVE) -CONFLICTS+= bind910-9.10.* +CONFLICTS+= bind910 .else -CONFLICTS+= bind-tools-9.* +CONFLICTS+= bind-tools .endif # BIND_TOOLS_SLAVE SSL_CONFIGURE_ON= --with-openssl=${OPENSSLBASE} |