Depend on openldap*-client to fix the build and INDEX builds.

This commit is contained in:
Joe Marcus Clarke 2003-08-14 17:43:55 +00:00
parent ef722765a5
commit d92d7edf0e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=86948
3 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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 \

View file

@ -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)