diff options
author | Doug Barton <dougb@FreeBSD.org> | 2011-09-09 20:55:32 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2011-09-09 20:55:32 +0000 |
commit | bf583d94c7bf95bc3bb27a9acdd2be27de132b01 (patch) | |
tree | 0358fc2281fe03f154f838889faa115dec86e7ed /dns/bind97/Makefile | |
parent | 3b860689fff7f6871457bb0a6ddb279a648af810 (diff) |
Notes
Diffstat (limited to 'dns/bind97/Makefile')
-rw-r--r-- | dns/bind97/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/bind97/Makefile b/dns/bind97/Makefile index 096cfd433c31..0c8783d4e421 100644 --- a/dns/bind97/Makefile +++ b/dns/bind97/Makefile @@ -31,7 +31,7 @@ CONFIGURE_ARGS= --localstatedir=/var --disable-linux-caps \ CONFLICTS= bind9*-9.[45689].* bind9-sdb-* host-* -OPTIONS= SSL "Building without OpenSSL removes DNSSEC" on \ +OPTIONS+= SSL "Building without OpenSSL removes DNSSEC" on \ IDN "Add IDN support to dig, host, etc." off \ REPLACE_BASE "Replace base BIND with this version" off \ LARGE_FILE "64-bit file support" off \ |