summaryrefslogtreecommitdiff
path: root/mail/evolution
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-08-14 17:43:55 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-08-14 17:43:55 +0000
commitd92d7edf0e6a87ef6a67e32e044e19a8d645f6ba (patch)
tree0ce58f78eaa6f933cb35fc40d292b036645bf3ea /mail/evolution
parent. Remove cruft. (diff)
Depend on openldap*-client to fix the build and INDEX builds.
Notes
Notes: svn path=/head/; revision=86948
Diffstat (limited to 'mail/evolution')
-rw-r--r--mail/evolution/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/evolution/Makefile b/mail/evolution/Makefile
index f583825862a7..9efdee5760d5 100644
--- a/mail/evolution/Makefile
+++ b/mail/evolution/Makefile
@@ -22,7 +22,7 @@ COMMENT= An integrated mail, calendar and address book distributed suite
LIB_DEPENDS= gtkhtml-3.0.3:${PORTSDIR}/www/gtkhtml3
.if defined(WITH_LDAP)
-LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap20
+LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap21-client
.endif
RUN_DEPENDS= ${X11BASE}/lib/gnome-spell/libgnome-spell-component-0.3.so:${PORTSDIR}/textproc/gnomespell
.if !defined(WITHOUT_PILOT)