diff options
author | wiz <wiz@pkgsrc.org> | 2002-07-02 12:56:07 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-07-02 12:56:07 +0000 |
commit | 93060fdcaeaefb0e7f735f095e9a17bdc5714bbe (patch) | |
tree | 9505061c2ea0b7d7724029c6a806e0c84d130581 /mail/balsa/Makefile | |
parent | 7fe073156b1b444f036414de49194f0f5a7eb948 (diff) | |
download | pkgsrc-93060fdcaeaefb0e7f735f095e9a17bdc5714bbe.tar.gz |
Remove trailing space.
Diffstat (limited to 'mail/balsa/Makefile')
-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 98e2e82bf33..ca9e3b38f05 100644 --- a/mail/balsa/Makefile +++ b/mail/balsa/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2002/03/13 17:37:21 fredb Exp $ +# $NetBSD: Makefile,v 1.17 2002/07/02 12:56:07 wiz Exp $ # DISTNAME= balsa-1.2.4 @@ -25,7 +25,7 @@ USE_LIBTOOL= yes USE_X11BASE= yes LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig CONFIGURE_ARGS+= --disable-more-warnings --without-esmtp \ - --enable-pcre --disable-threads + --enable-pcre --disable-threads CONFIGURE_ENV+= PKGLOCALEDIR=${PKGLOCALEDIR} USE_BUILDLINK_ONLY= yes |