aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mail/balsa/Makefile2
-rw-r--r--mail/balsa2/Makefile2
-rw-r--r--mail/evolution/Makefile2
3 files changed, 3 insertions, 3 deletions
diff --git a/mail/balsa/Makefile b/mail/balsa/Makefile
index 7db142576818..d4c62f93766a 100644
--- a/mail/balsa/Makefile
+++ b/mail/balsa/Makefile
@@ -15,7 +15,7 @@ MASTER_SITES= http://balsa.gnome.org/ \
MAINTAINER= gnome@FreeBSD.org
COMMENT= A mail reader for the GNOME desktop
-LIB_DEPENDS= ldap.2:${PORTSDIR}/net/openldap20 \
+LIB_DEPENDS= ldap.2:${PORTSDIR}/net/openldap20-client \
aspell.15:${PORTSDIR}/textproc/aspell \
pcre.0:${PORTSDIR}/devel/pcre \
esmtp.6:${PORTSDIR}/mail/libesmtp
diff --git a/mail/balsa2/Makefile b/mail/balsa2/Makefile
index 835b2f81be48..ed6b008f8fff 100644
--- a/mail/balsa2/Makefile
+++ b/mail/balsa2/Makefile
@@ -17,7 +17,7 @@ MAINTAINER= gnome@FreeBSD.org
COMMENT= A mail reader for the GNOME 2 desktop
BUILD_DEPENDS= ${LOCALBASE}/bin/ispell:${PORTSDIR}/textproc/ispell
-LIB_DEPENDS= ldap.2:${PORTSDIR}/net/openldap21 \
+LIB_DEPENDS= ldap.2:${PORTSDIR}/net/openldap21-client \
aspell.15:${PORTSDIR}/textproc/aspell \
pcre.0:${PORTSDIR}/devel/pcre \
esmtp.6:${PORTSDIR}/mail/libesmtp \
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)