summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorelric <elric@pkgsrc.org>2002-10-29 07:56:21 +0000
committerelric <elric@pkgsrc.org>2002-10-29 07:56:21 +0000
commit02ed36707698c92dcd020d5c51d7c61c536eb7fe (patch)
tree531b385494acc4efa47bfb4dccfa1ebc1d690505 /mail
parentdc314f908605ab718873dbad4a983ac6f6357d1c (diff)
downloadpkgsrc-02ed36707698c92dcd020d5c51d7c61c536eb7fe.tar.gz
hmmm, the last commit had a typo in it, --with-openssl rather than --with-ssl.
Diffstat (limited to 'mail')
-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"