mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
Depends on net/openldap*-client instead of net/openldap*.
This commit is contained in:
parent
8a905e70b8
commit
4209c52acf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=86920
@ -61,8 +61,8 @@ CONFIGURE_ARGS+=--with-dblib=ndbm
|
||||
.if defined(WITH_OPENLDAP_VER)
|
||||
.if ${WITH_OPENLDAP_VER} == 20 || ${WITH_OPENLDAP_VER} == 21 || \
|
||||
${WITH_OPENLDAP_VER} == 22
|
||||
LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap${WITH_OPENLDAP_VER}
|
||||
LIB_DEPENDS+= lber.2:${PORTSDIR}/net/openldap${WITH_OPENLDAP_VER}
|
||||
LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap${WITH_OPENLDAP_VER}-client
|
||||
LIB_DEPENDS+= lber.2:${PORTSDIR}/net/openldap${WITH_OPENLDAP_VER}-client
|
||||
CONFIGURE_ARGS+=--with-ldap=${PREFIX}
|
||||
.else
|
||||
BROKEN= "WITH_OPENLDAP_VER must be 20, 21 or 22"
|
||||
|
Loading…
Reference in New Issue
Block a user