diff options
author | marcus <marcus@FreeBSD.org> | 2003-08-15 01:43:55 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-08-15 01:43:55 +0800 |
commit | 5bcd1a7e0a4ce7abd99f05c060de44b825c446eb (patch) | |
tree | 899fdecd6e6d25158196acdbc3e09904595eeb46 /mail/balsa | |
parent | 23e28f2f3741ed990ecf1061807a7464eef41be5 (diff) | |
download | freebsd-ports-gnome-5bcd1a7e0a4ce7abd99f05c060de44b825c446eb.tar.gz freebsd-ports-gnome-5bcd1a7e0a4ce7abd99f05c060de44b825c446eb.tar.zst freebsd-ports-gnome-5bcd1a7e0a4ce7abd99f05c060de44b825c446eb.zip |
Depend on openldap*-client to fix the build and INDEX builds.
Diffstat (limited to 'mail/balsa')
-rw-r--r-- | mail/balsa/Makefile | 2 |
1 files changed, 1 insertions, 1 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 |