diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-05-01 00:00:24 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-05-01 00:00:24 +0000 |
commit | 97d1761192729bc4a8129b8b7d53b805d48112c5 (patch) | |
tree | 74550935c922edc3330392a0fe1252a6f3fec389 /mail/balsa | |
parent | 67f314c9717a2ffe262afe913c981754824bc414 (diff) | |
download | ports-97d1761192729bc4a8129b8b7d53b805d48112c5.tar.gz ports-97d1761192729bc4a8129b8b7d53b805d48112c5.zip |
Notes
Diffstat (limited to 'mail/balsa')
-rw-r--r-- | mail/balsa/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/balsa/Makefile b/mail/balsa/Makefile index c633910f9f96..b3cb1079e246 100644 --- a/mail/balsa/Makefile +++ b/mail/balsa/Makefile @@ -8,6 +8,7 @@ PORTNAME= balsa PORTVERSION= 2.3.12 +PORTREVISION= 1 CATEGORIES= mail gnome MASTER_SITES= http://www.theochem.kth.se/~pawsa/balsa/ DISTNAME= balsa-${PORTVERSION} @@ -18,7 +19,7 @@ COMMENT= A mail reader for the GNOME 2 desktop LIB_DEPENDS= aspell.16:${PORTSDIR}/textproc/aspell \ pcre.0:${PORTSDIR}/devel/pcre \ esmtp.6:${PORTSDIR}/mail/libesmtp \ - gmime-2.0.3:${PORTSDIR}/mail/gmime2 + gmime-2.0.4:${PORTSDIR}/mail/gmime2 USE_GMAKE= yes USE_BZIP2= yes @@ -30,7 +31,6 @@ USE_OPENSSL= yes USE_GNOME= gnomeprefix intlhack gnomehack libgnomeui libgnomeprintui \ gtkhtml3 USE_AUTOTOOLS= libltdl:15 -USE_REINPLACE= yes USE_GCC= 3.4+ GNU_CONFIGURE= yes USE_ICONV= yes |