diff options
Diffstat (limited to 'mail/horde-turba')
-rw-r--r-- | mail/horde-turba/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/horde-turba/Makefile b/mail/horde-turba/Makefile index 8eca3c8..f5488c3 100644 --- a/mail/horde-turba/Makefile +++ b/mail/horde-turba/Makefile @@ -33,8 +33,8 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} .if !defined(WITHOUT_LDAP) .if defined(WITH_LDAP1) -LIB_DEPENDS+= ldap.1:${PORTSDIR}/net/openldap \ - lber.1:${PORTSDIR}/net/openldap +LIB_DEPENDS+= ldap.1:${PORTSDIR}/net/openldap12 \ + lber.1:${PORTSDIR}/net/openldap12 .else LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap2 \ lber.2:${PORTSDIR}/net/openldap2 |