1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

- option WITH_LDAP defaults to 22

This commit is contained in:
Dirk Meyer 2004-11-28 20:31:48 +00:00
parent 79684031c6
commit 26ddb48bdd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=122684

View File

@ -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