summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortron <tron>2000-05-13 07:00:31 +0000
committertron <tron>2000-05-13 07:00:31 +0000
commitf360e100ca139d29ec231fc81f66abf7a1e77d08 (patch)
treee02df276084874eb88d513d792dad0cfc4fbb064
parent91fde4fc2034b4a6b2a45c6c6fd67fff430cfe3d (diff)
downloadpkgsrc-f360e100ca139d29ec231fc81f66abf7a1e77d08.tar.gz
Enable IMAP over SSL support.
-rw-r--r--mail/mutt/Makefile7
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"