diff options
Diffstat (limited to 'dns/bind96/Makefile')
-rw-r--r-- | dns/bind96/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/bind96/Makefile b/dns/bind96/Makefile index f28f00d309ef..a058ed8210da 100644 --- a/dns/bind96/Makefile +++ b/dns/bind96/Makefile @@ -47,7 +47,7 @@ OPTIONS= XML "Support for xml statistics output" on \ .if ${OSVERSION} >= 700055 OPTIONS+= THREADS "Compile with thread support" on .else -OPTIONS+= THREADS "Compile with thread support" off +OPTIONS+= THREADS "Compile w/threads (Not Recommended <FreeBSD-7)" off .endif .if defined(WITH_OPENSSL_PORT) |