aboutsummaryrefslogtreecommitdiff
path: root/dns
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2010-12-18 02:19:41 +0000
committerDoug Barton <dougb@FreeBSD.org>2010-12-18 02:19:41 +0000
commit4e6ba6d16c7a3f2a81dd156b616529a372e47360 (patch)
tree38ad13fcd6f985fe1ec3d71c098d06c60e1e51b3 /dns
parent31a9b93c1fdec64538bda1f4d027bb9238e638de (diff)
Notes
Diffstat (limited to 'dns')
-rw-r--r--dns/bind96/Makefile2
-rw-r--r--dns/bind97/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/dns/bind96/Makefile b/dns/bind96/Makefile
index 5f861557efb4..eb4e58f45c3d 100644
--- a/dns/bind96/Makefile
+++ b/dns/bind96/Makefile
@@ -33,7 +33,7 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS= --localstatedir=/var --disable-linux-caps \
--with-randomdev=/dev/random
-CONFLICTS= bind9*-9.[457].* bind9-sdb-* host-* bind-tools-9.*
+CONFLICTS= bind9*-9.[4578].* bind9-sdb-* host-* bind-tools-9.*
OPTIONS= SSL "Building without OpenSSL removes DNSSEC" on \
LINKS "Create conf file symlinks in ${PREFIX}" on \
diff --git a/dns/bind97/Makefile b/dns/bind97/Makefile
index 1530ada48c0c..73ef2cb03c56 100644
--- a/dns/bind97/Makefile
+++ b/dns/bind97/Makefile
@@ -29,7 +29,7 @@ CONFIGURE_ARGS= --localstatedir=/var --disable-linux-caps \
--disable-symtable \
--with-randomdev=/dev/random
-CONFLICTS= bind9*-9.[456].* bind9-sdb-* host-*
+CONFLICTS= bind9*-9.[4568].* bind9-sdb-* host-*
OPTIONS= SSL "Building without OpenSSL removes DNSSEC" on \
IDN "Add IDN support to dig, host, etc." off \