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/sendmail811 | |
parent | 7c0800f7ecd0f2b76fcb23e301be3bcbfa23e29a (diff) |
Notes
Diffstat (limited to 'mail/sendmail811')
-rw-r--r-- | mail/sendmail811/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/sendmail811/Makefile b/mail/sendmail811/Makefile index ff0ba8ac9a42..90b3b62b1e82 100644 --- a/mail/sendmail811/Makefile +++ b/mail/sendmail811/Makefile @@ -37,8 +37,8 @@ MAN8= sendmail.8 mailstats.8 makemap.8 praliases.8 smrsh.8 \ .if defined(SENDMAIL_WITH_LDAP) PKGNAMESUFFIX?= -ldap -LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap20 -LIB_DEPENDS+= lber.2:${PORTSDIR}/net/openldap20 +LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap20-client +LIB_DEPENDS+= lber.2:${PORTSDIR}/net/openldap20-client .endif .if defined(SENDMAIL_WITH_SASL) LIB_DEPENDS+= sasl.8:${PORTSDIR}/security/cyrus-sasl |