diff options
author | edwin <edwin@FreeBSD.org> | 2003-02-24 02:56:37 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-02-24 02:56:37 +0000 |
commit | 544f9849b22a6733525cf89275ce487f42170cec (patch) | |
tree | 60368eab3f8d0ab9b25c5b785c06938e8d75d0fc /mail/sendmail811 | |
parent | 028f9dc14fc733d3789fb0a3d0caa2aa92a73020 (diff) | |
download | FreeBSD-ports-544f9849b22a6733525cf89275ce487f42170cec.zip FreeBSD-ports-544f9849b22a6733525cf89275ce487f42170cec.tar.gz |
Point dependencies on net/openldap2 to net/openldap20
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 51a063a..1960ed5 100644 --- a/mail/sendmail811/Makefile +++ b/mail/sendmail811/Makefile @@ -38,8 +38,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/openldap2 -LIB_DEPENDS+= lber.2:${PORTSDIR}/net/openldap2 +LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap20 +LIB_DEPENDS+= lber.2:${PORTSDIR}/net/openldap20 .endif .if defined(SENDMAIL_WITH_SASL) LIB_DEPENDS+= sasl.8:${PORTSDIR}/security/cyrus-sasl |