1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

Depends on net/openldap*-client instead of net/openldap*.

This commit is contained in:
Hajimu UMEMOTO 2003-08-14 09:31:04 +00:00
parent 8a905e70b8
commit 4209c52acf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=86920

View File

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