summaryrefslogtreecommitdiff
path: root/mail/balsa/Makefile
diff options
context:
space:
mode:
authorrh <rh@pkgsrc.org>2000-08-29 11:37:15 +0000
committerrh <rh@pkgsrc.org>2000-08-29 11:37:15 +0000
commitc72471195c37c1854a2996b84530b5884e7ed3c1 (patch)
tree8beba4c438d5b46219caf73e21335c0fd3d50f56 /mail/balsa/Makefile
parent993c2e0e98279388448f70d64210ec865389ec08 (diff)
downloadpkgsrc-c72471195c37c1854a2996b84530b5884e7ed3c1.tar.gz
Update balsa to 0.9.3. Changes are bugfixes and initial APOP support.
Diffstat (limited to 'mail/balsa/Makefile')
-rw-r--r--mail/balsa/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/mail/balsa/Makefile b/mail/balsa/Makefile
index 7dfac860f20..727a6bab47b 100644
--- a/mail/balsa/Makefile
+++ b/mail/balsa/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.6 2000/08/14 13:02:45 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2000/08/29 11:37:15 rh Exp $
#
-DISTNAME= balsa-0.9.0
+DISTNAME= balsa-0.9.3
CATEGORIES= mail gnome
-MASTER_SITES= ftp://ftp.newton.cx/pub/balsa/ \
- http://www.theochem.kth.se/~pawsa/balsa/
+MASTER_SITES= http://www.theochem.kth.se/~pawsa/balsa/ \
+ ftp://ftp.newton.cx/pub/balsa/
MAINTAINER= rh@netbsd.org
HOMEPAGE= http://www.balsa.net/
@@ -17,5 +17,7 @@ GNU_CONFIGURE= yes
USE_X11BASE= yes
USE_LIBTOOL= yes
LTCONFIG_OVERRIDE=${WRKSRC}/ltconfig
+CONFIGURE_ARGS+=--disable-more-warnings
+CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include"
.include "../../mk/bsd.pkg.mk"