diff options
author | Ade Lovett <ade@FreeBSD.org> | 2003-06-26 22:58:32 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2003-06-26 22:58:32 +0000 |
commit | b2fd75e43812932b61dab72c80fedba5f9715b82 (patch) | |
tree | c06ec55813ad4aa528be251b248e0309e8332282 /mail/balsa2 | |
parent | 061c49565fbb5c5cfff7bc561b07c79fbade8f24 (diff) | |
download | ports-b2fd75e43812932b61dab72c80fedba5f9715b82.tar.gz ports-b2fd75e43812932b61dab72c80fedba5f9715b82.zip |
Notes
Diffstat (limited to 'mail/balsa2')
-rw-r--r-- | mail/balsa2/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/balsa2/Makefile b/mail/balsa2/Makefile index b1ddd612b9a1..eabd32edff90 100644 --- a/mail/balsa2/Makefile +++ b/mail/balsa2/Makefile @@ -7,7 +7,7 @@ PORTNAME= balsa2 PORTVERSION= 2.0.11 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail gnome MASTER_SITES= http://www.theochem.kth.se/~pawsa/balsa/ \ ftp://ftp.newton.cx/pub/balsa/ @@ -21,7 +21,8 @@ LIB_DEPENDS= ldap.2:${PORTSDIR}/net/openldap20 \ aspell.15:${PORTSDIR}/textproc/aspell \ pcre.0:${PORTSDIR}/devel/pcre \ esmtp.6:${PORTSDIR}/mail/libesmtp \ - gdbm.3:${PORTSDIR}/databases/gdbm + gdbm.3:${PORTSDIR}/databases/gdbm \ + ltdl.4:${PORTSDIR}/devel/libltdl RUN_DEPENDS= ${LOCALBASE}/bin/ispell:${PORTSDIR}/textproc/ispell USE_BZIP2= yes |