summaryrefslogtreecommitdiff
path: root/dns/bind94/Makefile
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2005-03-17 07:07:51 +0000
committerDoug Barton <dougb@FreeBSD.org>2005-03-17 07:07:51 +0000
commit96dbf2741c10ae5da8792da7bfea5f0f4e9394f9 (patch)
tree5ab48c97dfbd1ad2367858995bf3c9eaeb4dfb9c /dns/bind94/Makefile
parent- Fix plist [1] (diff)
1. The OPTIONS stuff isn't working the way it should according to reports,
so rip it out until I have a chance to debug it. 2. Improve the comment about deprecating an old knob.
Notes
Notes: svn path=/head/; revision=131473
Diffstat (limited to 'dns/bind94/Makefile')
-rw-r--r--dns/bind94/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/dns/bind94/Makefile b/dns/bind94/Makefile
index bc120919033b..44cce6cd68c7 100644
--- a/dns/bind94/Makefile
+++ b/dns/bind94/Makefile
@@ -32,10 +32,7 @@ CONFIGURE_ARGS= --localstatedir=/var --disable-linux-caps --with-openssl \
USE_OPENSSL= yes
-OPTIONS= BIND9_THREADS "Support in 9.3.x is much improved" on \
- PORT_REPLACES_BASE_BIND9 "Completely replace system BIND" off
-
-.if defined(WITH_BIND9_THREADS) || defined(PACKAGE_BUILDING)
+.if !defined(WITHOUT_BIND9_THREADS) || defined(PACKAGE_BUILDING)
CONFIGURE_ARGS+= --enable-threads
.else
CONFIGURE_ARGS+= --disable-threads
@@ -98,6 +95,7 @@ pre-fetch:
@${ECHO} "***************************************************"
@${ECHO} "Support for the old PORT_REPLACES_BASE_BIND9 option"
@${ECHO} "will be removed in future versions of the port."
+ @${ECHO} "Use WITH_PORT_REPLACES_BASE_BIND9 instead."
@${ECHO} "***************************************************"
@${ECHO} ""
@/bin/sleep 5