diff options
author | marcus <marcus@FreeBSD.org> | 2002-08-25 11:14:27 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-08-25 11:14:27 +0800 |
commit | 6810d0a54a0b164ccd723b3a722c0d23827a2e36 (patch) | |
tree | 66f4d60b59542638e73ee78ba7324152c7768e44 /mail/balsa2 | |
parent | f55e2091aa6619458481dc393199dab2abd7ce26 (diff) | |
download | freebsd-ports-gnome-6810d0a54a0b164ccd723b3a722c0d23827a2e36.tar.gz freebsd-ports-gnome-6810d0a54a0b164ccd723b3a722c0d23827a2e36.tar.zst freebsd-ports-gnome-6810d0a54a0b164ccd723b3a722c0d23827a2e36.zip |
Chase shared lib jump for libesmtp. Bump PORTREVISION to ensure balsa*
takes advantage of the new libesmtp improvements.
Diffstat (limited to 'mail/balsa2')
-rw-r--r-- | mail/balsa2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/balsa2/Makefile b/mail/balsa2/Makefile index 744d8ba74d01..868381b45bc7 100644 --- a/mail/balsa2/Makefile +++ b/mail/balsa2/Makefile @@ -7,6 +7,7 @@ PORTNAME= balsa2 PORTVERSION= 2.0.1 +PORTREVISION= 1 CATEGORIES= mail gnome MASTER_SITES= http://www.theochem.kth.se/~pawsa/balsa/ \ ftp://ftp.newton.cx/pub/balsa/ @@ -18,7 +19,7 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/ispell:${PORTSDIR}/textproc/ispell LIB_DEPENDS= ldap.2:${PORTSDIR}/net/openldap2 \ aspell.11:${PORTSDIR}/textproc/aspell \ pcre.0:${PORTSDIR}/devel/pcre \ - esmtp.5:${PORTSDIR}/mail/libesmtp \ + esmtp.6:${PORTSDIR}/mail/libesmtp \ gnomeui-2.0:${PORTSDIR}/x11-toolkits/libgnomeui \ gnomeprintui-2.0:${PORTSDIR}/x11-toolkits/libgnomeprintui \ gtkhtml-2.0:${PORTSDIR}/www/libgtkhtml |