summaryrefslogtreecommitdiff
path: root/mail/balsa
diff options
context:
space:
mode:
authorjschauma <jschauma@pkgsrc.org>2003-04-04 03:53:54 +0000
committerjschauma <jschauma@pkgsrc.org>2003-04-04 03:53:54 +0000
commitcc8100a8bfbedf482b9fa0b389c787a83a6db62e (patch)
treee77194cf62d6fda1691ecaacc3bd69af0fabc8fa /mail/balsa
parent3082c3629b4c4f588cb694d809468319a6d06b38 (diff)
downloadpkgsrc-cc8100a8bfbedf482b9fa0b389c787a83a6db62e.tar.gz
Balsa works better when using libesmtp, which we now have in pkgsrc,
so use it. Bump PKGREVISION for improved functionality.
Diffstat (limited to 'mail/balsa')
-rw-r--r--mail/balsa/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/mail/balsa/Makefile b/mail/balsa/Makefile
index 90e7a773ee0..36a3e95a5dd 100644
--- a/mail/balsa/Makefile
+++ b/mail/balsa/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.29 2003/01/16 01:18:39 salo Exp $
+# $NetBSD: Makefile,v 1.30 2003/04/04 03:53:54 jschauma Exp $
#
DISTNAME= balsa-1.4.0
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= mail gnome
MASTER_SITES= http://www.theochem.kth.se/~pawsa/balsa/ \
ftp://ftp.newton.cx/pub/balsa/
@@ -18,7 +18,7 @@ USE_BUILDLINK2= yes
USE_PKGLOCALEDIR= yes
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
-CONFIGURE_ARGS+= --disable-more-warnings --without-esmtp \
+CONFIGURE_ARGS+= --disable-more-warnings \
--enable-pcre
CONFIGURE_ARGS+= --with-ssl=${BUILDLINK_PREFIX.openssl}
@@ -27,6 +27,7 @@ CONFIGURE_ARGS+= --with-ssl=${BUILDLINK_PREFIX.openssl}
.include "../../devel/libtool/buildlink2.mk"
.include "../../devel/libproplist/buildlink2.mk"
.include "../../devel/pcre/buildlink2.mk"
+.include "../../mail/libesmtp/buildlink2.mk"
.include "../../security/openssl/buildlink2.mk"
.include "../../textproc/aspell/buildlink2.mk"
.include "../../x11/gnome-core/buildlink2.mk"