diff options
author | tron <tron@pkgsrc.org> | 2000-05-13 07:00:31 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-05-13 07:00:31 +0000 |
commit | 363da82800158f01b49a7d3cab7ed2ca52e057c9 (patch) | |
tree | e02df276084874eb88d513d792dad0cfc4fbb064 /mail/mutt | |
parent | 508a7f7b2f14c3abb52f476fa07c263eda60ebe2 (diff) | |
download | pkgsrc-363da82800158f01b49a7d3cab7ed2ca52e057c9.tar.gz |
Enable IMAP over SSL support.
Diffstat (limited to 'mail/mutt')
-rw-r--r-- | mail/mutt/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile index f53c656aeee..9f9f0f6af82 100644 --- a/mail/mutt/Makefile +++ b/mail/mutt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 2000/05/09 18:09:06 tron Exp $ +# $NetBSD: Makefile,v 1.43 2000/05/13 07:00:31 tron Exp $ DISTNAME= mutt-1.2i CATEGORIES= mail @@ -18,11 +18,14 @@ RESTRICTED= "Contains PGP code" GNU_CONFIGURE= yes USE_GMAKE= yes +USE_SSL= yes CONFIGURE_ARGS+= --with-curses=${LOCALBASE} --with-exec-shell=/bin/ksh \ --with-docdir=${PREFIX}/share/doc/mutt \ + --with-ssl=${SSLBASE} \ --enable-pop --enable-imap -LDFLAGS+= -s +ALL_TARGET= keymap_defs.h all +LDFLAGS+= -s WRKSRC= ${WRKDIR}/${DISTNAME:S/i//} .include "../../mk/bsd.prefs.mk" |