diff options
author | tron <tron@pkgsrc.org> | 2000-04-26 22:10:47 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-04-26 22:10:47 +0000 |
commit | 7c424ae5f60f32a7a12d59b18f883ea58e3ac09b (patch) | |
tree | 3eeb8b69d00a3b0454a9e337091ad56b2010fd24 /mail/fetchmail/Makefile | |
parent | 24fbe163eb8a5fdb99c8c08596dda48c734ce124 (diff) | |
download | pkgsrc-7c424ae5f60f32a7a12d59b18f883ea58e3ac09b.tar.gz |
Add suport for IMAP and POP3 via SSL.
Diffstat (limited to 'mail/fetchmail/Makefile')
-rw-r--r-- | mail/fetchmail/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile index 25ebb62d283..67c70016b9f 100644 --- a/mail/fetchmail/Makefile +++ b/mail/fetchmail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.69 2000/04/24 04:32:48 itojun Exp $ +# $NetBSD: Makefile,v 1.70 2000/04/26 22:10:47 tron Exp $ # DISTNAME= fetchmail-5.3.8 @@ -13,13 +13,14 @@ HOMEPAGE= http://www.tuxedo.org/~esr/fetchmail/ BUILD_DEPENDS+= ${LOCALBASE}/bin/autoconf:../../devel/autoconf GNU_CONFIGURE= yes -CONFIGURE_ENV= LDFLAGS="${CFLAGS}" +USE_SSL= yes +CONFIGURE_ARGS+=--without-hesiod --with-ssl=${SSLBASE} +CONFIGURE_ENV+= LDFLAGS="${CFLAGS}" BUILD_DEFS+= USE_INET6 .include "../../mk/bsd.prefs.mk" -CONFIGURE_ARGS+=--without-hesiod .if defined(KERBEROS) && ${KERBEROS} == 4 USE_KERBEROS= yes CONFIGURE_ARGS+=--with-kerberos=yes |