diff options
author | dinoex <dinoex@FreeBSD.org> | 2005-08-01 18:56:40 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2005-08-01 18:56:40 +0800 |
commit | 33c83c72ecfc2ae3a4d59e0ccce97dabe0f21148 (patch) | |
tree | 10e30f8e9659faa5ddb8b501d32f805b43a0aa6f | |
parent | feef2f293a4f224cfe6eb1e3ad387b2b6a208a27 (diff) | |
download | freebsd-ports-gnome-33c83c72ecfc2ae3a4d59e0ccce97dabe0f21148.tar.gz freebsd-ports-gnome-33c83c72ecfc2ae3a4d59e0ccce97dabe0f21148.tar.zst freebsd-ports-gnome-33c83c72ecfc2ae3a4d59e0ccce97dabe0f21148.zip |
- drop openldap21-client
-rw-r--r-- | dns/bind9-dlz/files/configure.bind9-dlz | 8 |
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 |