aboutsummaryrefslogtreecommitdiffstats
path: root/dns/bind95
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2008-07-12 03:02:37 +0800
committerdougb <dougb@FreeBSD.org>2008-07-12 03:02:37 +0800
commitd865d32b62e59a30605fa6a5618f844a8788e21b (patch)
tree202d05d9f335aeafb6c3f3cebbf214375202be84 /dns/bind95
parent7138936d582b12e51a02502f69abde2e73a019d6 (diff)
downloadfreebsd-ports-gnome-d865d32b62e59a30605fa6a5618f844a8788e21b.tar.gz
freebsd-ports-gnome-d865d32b62e59a30605fa6a5618f844a8788e21b.tar.zst
freebsd-ports-gnome-d865d32b62e59a30605fa6a5618f844a8788e21b.zip
Strengthen the wording regarding the THREADS OPTION for <FreeBSD-7
Diffstat (limited to 'dns/bind95')
-rw-r--r--dns/bind95/Makefile2
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)