summaryrefslogtreecommitdiff
path: root/mail/balsa
diff options
context:
space:
mode:
authorelric <elric>2002-10-29 07:56:21 +0000
committerelric <elric>2002-10-29 07:56:21 +0000
commit1580201604a48b56bbef743b604915e8d2686cf0 (patch)
tree531b385494acc4efa47bfb4dccfa1ebc1d690505 /mail/balsa
parentbd55f9108fa9ef102783051e8ed9d08150cf7684 (diff)
downloadpkgsrc-1580201604a48b56bbef743b604915e8d2686cf0.tar.gz
hmmm, the last commit had a typo in it, --with-openssl rather than --with-ssl.
Diffstat (limited to 'mail/balsa')
-rw-r--r--mail/balsa/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/balsa/Makefile b/mail/balsa/Makefile
index fca39bf26f4..005f5c87854 100644
--- a/mail/balsa/Makefile
+++ b/mail/balsa/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2002/10/28 23:30:54 elric Exp $
+# $NetBSD: Makefile,v 1.25 2002/10/29 07:56:21 elric Exp $
#
DISTNAME= balsa-1.4.0
@@ -21,7 +21,7 @@ CONFIGURE_ARGS+= --disable-more-warnings --without-esmtp \
--enable-pcre
CONFIGURE_ENV+= PKGLOCALEDIR=${PKGLOCALEDIR}
-CONFIGURE_ARGS+= --with-openssl=${BUILDLINK_PREFIX.openssl}
+CONFIGURE_ARGS+= --with-ssl=${BUILDLINK_PREFIX.openssl}
.include "../../converters/libiconv/buildlink2.mk"
.include "../../devel/libtool/buildlink2.mk"