Use openldap21-client.
This commit is contained in:
parent
658a9f821f
commit
2c8d21c1d8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=86950
1 changed files with 2 additions and 4 deletions
|
@ -25,11 +25,9 @@ CONFIGURE_ARGS= --with-ldap-lib=openldap \
|
|||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-unknown-freebsd${OSREL}
|
||||
|
||||
.if !defined(WITHOUT_LDAP_V3)
|
||||
LIB_DEPENDS= ldap.2:${PORTSDIR}/net/openldap20 \
|
||||
lber.2:${PORTSDIR}/net/openldap20
|
||||
LIB_DEPENDS= ldap.2:${PORTSDIR}/net/openldap21-client
|
||||
.else
|
||||
LIB_DEPENDS= ldap.1:${PORTSDIR}/net/openldap12 \
|
||||
lber.1:${PORTSDIR}/net/openldap12
|
||||
LIB_DEPENDS= ldap.1:${PORTSDIR}/net/openldap12
|
||||
.endif
|
||||
|
||||
post-extract:
|
||||
|
|
Loading…
Reference in a new issue