diff options
author | elric <elric> | 2002-10-29 07:56:21 +0000 |
---|---|---|
committer | elric <elric> | 2002-10-29 07:56:21 +0000 |
commit | 23f4ce474b3e5cb69ea5ef1226314d16ea6dc975 (patch) | |
tree | 531b385494acc4efa47bfb4dccfa1ebc1d690505 /mail/balsa | |
parent | 6aed777f4892954ff4206bc10845b4a40e1999eb (diff) | |
download | pkgsrc-23f4ce474b3e5cb69ea5ef1226314d16ea6dc975.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/Makefile | 4 |
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" |