summaryrefslogtreecommitdiff
path: root/mail/sendmail811
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2003-08-15 00:49:31 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2003-08-15 00:49:31 +0000
commitb67a28791a0371d8bde0cfa4e774b3aac5411530 (patch)
tree9d173fd418f58fc2aa9356116feba4ad6291ee51 /mail/sendmail811
parentQuick fix for INDEX build breakage by openldap2[012] split. (diff)
Fix non-default dependency on openldap2[012] which is broken by splitting.
# I'm not bumped port revision of them because this should not affect # packages built on bento...
Notes
Notes: svn path=/head/; revision=86964
Diffstat (limited to 'mail/sendmail811')
-rw-r--r--mail/sendmail811/Makefile4
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