View | Details | Raw Unified | Return to bug 55589
Collapse All | Expand All

(-)Makefile (-2 / +4 lines)
Lines 25-32 Link Here
25
LIB_DEPENDS+=	lber.1:${PORTSDIR}/net/openldap12
25
LIB_DEPENDS+=	lber.1:${PORTSDIR}/net/openldap12
26
.endif
26
.endif
27
.if defined(WITH_LDAP2)
27
.if defined(WITH_LDAP2)
28
LIB_DEPENDS+=	ldap.2:${PORTSDIR}/net/openldap20
28
WITH_LDAP_VER?=	20
29
LIB_DEPENDS+=	lber.2:${PORTSDIR}/net/openldap20
29
LDAP_VER=	${WITH_LDAP_VER}
30
LIB_DEPENDS+=	ldap.2:${PORTSDIR}/net/openldap${LDAP_VER}-client
31
LIB_DEPENDS+=	lber.2:${PORTSDIR}/net/openldap${LDAP_VER}-client
30
.endif
32
.endif
31
33
32
# This may be set interactively at install-time.  NNTPCache will
34
# This may be set interactively at install-time.  NNTPCache will

Return to bug 55589