diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2004-11-28 20:31:48 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2004-11-28 20:31:48 +0000 |
commit | 26ddb48bdd3d764b6c14be1e2b2f22a62a03177c (patch) | |
tree | bb3bb2327af6c1eb0a41fb1d5755c48c32def3c5 /dns/bind9-dlz | |
parent | 79684031c61abe627601a6bdcafaab76080a7fad (diff) | |
download | ports-26ddb48bdd3d764b6c14be1e2b2f22a62a03177c.tar.gz ports-26ddb48bdd3d764b6c14be1e2b2f22a62a03177c.zip |
Notes
Diffstat (limited to 'dns/bind9-dlz')
-rw-r--r-- | dns/bind9-dlz/Makefile | 2 |
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 |