diff options
-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" |