diff options
author | Doug Barton <dougb@FreeBSD.org> | 2009-03-24 20:00:21 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2009-03-24 20:00:21 +0000 |
commit | 389960986f611e3bb222b4757f6f7558bb52f810 (patch) | |
tree | 911b60b93a78402873b64af8049c4e365c77129d /dns/bind9 | |
parent | d31cadffee9652bba4aed758b08c36d8bd083aad (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 d67286735b06..c09110d01b47 100644 --- a/dns/bind9/Makefile +++ b/dns/bind9/Makefile @@ -33,7 +33,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=/var --disable-linux-caps \ --with-randomdev=/dev/random -CONFLICTS= bind9-9.[456].* bind9-sdb-* host-* +CONFLICTS= bind9*-9.[456].* bind9-sdb-* host-* OPTIONS= SSL "Building without OpenSSL removes DNSSEC" on \ REPLACE_BASE "Replace base BIND with this version" off \ |