aboutsummaryrefslogtreecommitdiff
path: root/dns
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2005-08-01 10:56:40 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2005-08-01 10:56:40 +0000
commit392e6367dcf53129d0d13cd32cf15d43872268a4 (patch)
treed58cd898398a448a4d987d4551119d776db87f0c /dns
parent2fd0aa065c8a05765cdcf89406d965c7664718a4 (diff)
downloadports-392e6367dcf53129d0d13cd32cf15d43872268a4.tar.gz
ports-392e6367dcf53129d0d13cd32cf15d43872268a4.zip
Notes
Diffstat (limited to 'dns')
-rw-r--r--dns/bind9-dlz/files/configure.bind9-dlz8
1 files changed, 1 insertions, 7 deletions
diff --git a/dns/bind9-dlz/files/configure.bind9-dlz b/dns/bind9-dlz/files/configure.bind9-dlz
index af4df88a9c23..f708193b5686 100644
--- a/dns/bind9-dlz/files/configure.bind9-dlz
+++ b/dns/bind9-dlz/files/configure.bind9-dlz
@@ -11,7 +11,7 @@ if [ "${BINDDLZ_OPTIONS}" ]; then
else
dialog --title "configuration options" --clear \
--checklist "\n\
-Please select desired options:" -1 -1 13 \
+Please select desired options:" -1 -1 12 \
OldDLZ "use old Bind9.2.2" OFF \
OpenSSL "OpenSSL support" ON \
Threads "Thread support" ON \
@@ -19,7 +19,6 @@ PostgreSQL "PostgreSQL driver" ON \
MySQL323 "MySQL 3.23 driver" OFF \
MySQL40 "MySQL 4.0 driver" OFF \
MySQL41 "MySQL 4.1 driver" OFF \
-OpenLDAP21 "OpenLDAP 2.1 backend" OFF \
OpenLDAP22 "OpenLDAP 2.2 backend" OFF \
BerkleyDB41 "BerkleyDB 4.1 backend" OFF \
BerkleyDB42 "BerkleyDB 4.2 backend" OFF \
@@ -73,11 +72,6 @@ while [ "$1" ]; do
echo WITH_MYSQL_DRIVER=YES
echo MYSQL_PORT?=databases/mysql41-client
;;
- \"OpenLDAP21\")
- echo WITH_LDAP=YES
- echo LDAP_PORT?=net/openldap21-client
- echo OPENLDAP_LIB?=libldap.so.2
- ;;
\"OpenLDAP22\")
echo WITH_LDAP=YES
echo LDAP_PORT?=net/openldap22-client