diff options
author | cjep <cjep> | 2002-12-23 16:21:20 +0000 |
---|---|---|
committer | cjep <cjep> | 2002-12-23 16:21:20 +0000 |
commit | a6efdd8a6242ceab9d5996f440d52f07a61bd3e4 (patch) | |
tree | 160cfa210df684e72221f005692d58bcdfff1033 /mail/balsa | |
parent | c59672489f47b8dbad4358874c4e0c7ca20ee44f (diff) | |
download | pkgsrc-a6efdd8a6242ceab9d5996f440d52f07a61bd3e4.tar.gz |
Whitespace fix
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 4de9be8086f..7518216450a 100644 --- a/mail/balsa/Makefile +++ b/mail/balsa/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2002/12/01 15:37:58 salo Exp $ +# $NetBSD: Makefile,v 1.27 2002/12/23 16:21:55 cjep Exp $ # DISTNAME= balsa-1.4.0 @@ -19,7 +19,7 @@ USE_PKGLOCALEDIR= yes LIBTOOL_OVERRIDE= ${WRKSRC}/libtool LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig CONFIGURE_ARGS+= --disable-more-warnings --without-esmtp \ - --enable-pcre + --enable-pcre CONFIGURE_ARGS+= --with-ssl=${BUILDLINK_PREFIX.openssl} |