diff options
author | Doug Barton <dougb@FreeBSD.org> | 2009-01-04 07:26:28 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2009-01-04 07:26:28 +0000 |
commit | c288151fe50fef3c00980bcac457819f9efa65f8 (patch) | |
tree | f8f98de1fccdf0e899f41ef5cec1d4bc5aaf77f4 /dns/bind95 | |
parent | 3926df4216b5dee23c1578f3a5297a464515d3c8 (diff) |
Notes
Diffstat (limited to 'dns/bind95')
-rw-r--r-- | dns/bind95/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/bind95/Makefile b/dns/bind95/Makefile index 3315e05a5be5..55b9de0552de 100644 --- a/dns/bind95/Makefile +++ b/dns/bind95/Makefile @@ -33,7 +33,7 @@ CONFIGURE_ARGS= --localstatedir=/var --disable-linux-caps \ USE_OPENSSL= yes -CONFLICTS= bind9-9.[34].* bind9-dlz-* bind9-sdb-ldap-* host-* +CONFLICTS= bind9-9.[346].* bind9-sdb-* host-* OPTIONS= XML "Support for xml statistics output" on \ IDN "Add IDN support to dig, host, etc." off \ |