aboutsummaryrefslogtreecommitdiffstats
path: root/dns/bind9-dlz
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2004-11-29 04:31:48 +0800
committerdinoex <dinoex@FreeBSD.org>2004-11-29 04:31:48 +0800
commit3f6fc762dfb95e3144bfae26cc0d4b6a41c32323 (patch)
tree8f7bbe87835d000dd7fafa3609202106771ecdf9 /dns/bind9-dlz
parent627f2a1db3fede2fe65b9a193753701e2f62e7f4 (diff)
downloadfreebsd-ports-gnome-3f6fc762dfb95e3144bfae26cc0d4b6a41c32323.tar.gz
freebsd-ports-gnome-3f6fc762dfb95e3144bfae26cc0d4b6a41c32323.tar.zst
freebsd-ports-gnome-3f6fc762dfb95e3144bfae26cc0d4b6a41c32323.zip
- option WITH_LDAP defaults to 22
Diffstat (limited to 'dns/bind9-dlz')
-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