diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2003-08-15 00:49:31 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2003-08-15 00:49:31 +0000 |
commit | b67a28791a0371d8bde0cfa4e774b3aac5411530 (patch) | |
tree | 9d173fd418f58fc2aa9356116feba4ad6291ee51 /mail/courier-imap | |
parent | 7c0800f7ecd0f2b76fcb23e301be3bcbfa23e29a (diff) |
Notes
Diffstat (limited to 'mail/courier-imap')
-rw-r--r-- | mail/courier-imap/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/courier-imap/Makefile b/mail/courier-imap/Makefile index b3fa3cc0f2ad..6505ed476a0a 100644 --- a/mail/courier-imap/Makefile +++ b/mail/courier-imap/Makefile @@ -89,11 +89,11 @@ CONFIGURE_ARGS+=--with-authldap PLIST_SUB+= LDAPFLAG="" .if defined(WITH_LDAP21) -LIB_DEPENDS= ldap.2:${PORTSDIR}/net/openldap21 \ - lber.2:${PORTSDIR}/net/openldap21 +LIB_DEPENDS= ldap.2:${PORTSDIR}/net/openldap21-client \ + lber.2:${PORTSDIR}/net/openldap21-client .elseif defined(WITH_LDAP20) -LIB_DEPENDS= ldap.2:${PORTSDIR}/net/openldap20 \ - lber.2:${PORTSDIR}/net/openldap20 +LIB_DEPENDS= ldap.2:${PORTSDIR}/net/openldap20-client \ + lber.2:${PORTSDIR}/net/openldap20-client .else LIB_DEPENDS= ldap.1:${PORTSDIR}/net/openldap12 \ lber.1:${PORTSDIR}/net/openldap12 |