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/bind9 | |
parent | 3926df4216b5dee23c1578f3a5297a464515d3c8 (diff) |
Notes
Diffstat (limited to 'dns/bind9')
-rw-r--r-- | dns/bind9/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/bind9/Makefile b/dns/bind9/Makefile index b155c2e9085d..2b122e063e28 100644 --- a/dns/bind9/Makefile +++ b/dns/bind9/Makefile @@ -33,7 +33,7 @@ CONFIGURE_ARGS= --localstatedir=/var --disable-linux-caps \ USE_OPENSSL= yes -CONFLICTS= bind9-9.[45].* bind9-dlz-* bind9-sdb-ldap-* host-* +CONFLICTS= bind9-9.[456].* bind9-sdb-* host-* OPTIONS= REPLACE_BASE "Replace base BIND with this version" off \ THREADS "Compile with thread support (NOT RECOMMENDED!)" off |