diff options
author | Doug Barton <dougb@FreeBSD.org> | 2008-07-11 19:02:37 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2008-07-11 19:02:37 +0000 |
commit | af80cfb8c77bcfdd4bac1b563ad204ff6bf87c5e (patch) | |
tree | a66da2e36febc4efc49a74d81945a261608f30bf /dns/bind95 | |
parent | 42348b0b641e33df547001e2a4d612e22a87c00e (diff) | |
download | ports-af80cfb8c77bcfdd4bac1b563ad204ff6bf87c5e.tar.gz ports-af80cfb8c77bcfdd4bac1b563ad204ff6bf87c5e.zip |
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 f28f00d309ef..a058ed8210da 100644 --- a/dns/bind95/Makefile +++ b/dns/bind95/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) |