summaryrefslogtreecommitdiff
path: root/dns
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2007-02-11 20:48:27 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2007-02-11 20:48:27 +0000
commit3acbcaea97437b4c79588863fe37b9e6d1990668 (patch)
tree2baaa33a9bf1627deec1da236cad670b34c0e239 /dns
parent- cleanup (diff)
- bump openldap version
Notes
Notes: svn path=/head/; revision=184917
Diffstat (limited to 'dns')
-rw-r--r--dns/bind9-dlz/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/bind9-dlz/Makefile b/dns/bind9-dlz/Makefile
index 39a83e17bb5e..d0d512f0750b 100644
--- a/dns/bind9-dlz/Makefile
+++ b/dns/bind9-dlz/Makefile
@@ -87,7 +87,7 @@ CONFIGURE_ARGS+= --with-dlz-mysql
.if defined(WITH_LDAP)
LDAP_SUFFIX= +ldap
-USE_OPENLDAP_VER?= 22
+USE_OPENLDAP_VER?= 23
CONFIGURE_ARGS+= --with-dlz-ldap
.endif