summaryrefslogtreecommitdiff
path: root/dns
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2004-11-28 20:31:48 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2004-11-28 20:31:48 +0000
commit26ddb48bdd3d764b6c14be1e2b2f22a62a03177c (patch)
treebb3bb2327af6c1eb0a41fb1d5755c48c32def3c5 /dns
parent- set NO_CDROM (diff)
- option WITH_LDAP defaults to 22
Notes
Notes: svn path=/head/; revision=122684
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 6bdf6a61b480..185fbe4605fa 100644
--- a/dns/bind9-dlz/Makefile
+++ b/dns/bind9-dlz/Makefile
@@ -69,7 +69,7 @@ LDAP_SUFFIX= +ldap
BUILD_DEPENDS+= ${LOCALBASE}/lib/${OPENLDAP_LIB}:${PORTSDIR}/${LDAP_PORT}
RUN_DEPENDS+= ${LOCALBASE}/lib/${OPENLDAP_LIB}:${PORTSDIR}/${LDAP_PORT}
.else
-USE_OPENLDAP_VER?= 21
+USE_OPENLDAP_VER?= 22
.endif
CONFIGURE_ARGS+= --with-dlz-ldap
.endif