diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-02-24 02:26:55 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-02-24 02:26:55 +0000 |
commit | f71e42907968a943a487a706769c1e40b0bac763 (patch) | |
tree | be2af8add66fe5e1ce694fa8b4ec5da15630db07 /mail/turba | |
parent | 7a9d6125ded9edd0b4a6dae73ccfafce9dd26e70 (diff) | |
download | ports-f71e42907968a943a487a706769c1e40b0bac763.tar.gz ports-f71e42907968a943a487a706769c1e40b0bac763.zip |
Notes
Diffstat (limited to 'mail/turba')
-rw-r--r-- | mail/turba/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/turba/Makefile b/mail/turba/Makefile index 8eca3c833b3a..f5488c3b90f1 100644 --- a/mail/turba/Makefile +++ b/mail/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 |