From 0140769365fe53a900a1b2a7e5235ed6e7f3c98d Mon Sep 17 00:00:00 2001 From: lebel Date: Wed, 19 Sep 2001 14:37:00 +0000 Subject: [PATCH] enable ssl with pop. pointed out by naddy@ --- mail/mutt/snapshot/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mail/mutt/snapshot/Makefile b/mail/mutt/snapshot/Makefile index 6fd1fd87a31..cbe5797e022 100644 --- a/mail/mutt/snapshot/Makefile +++ b/mail/mutt/snapshot/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2001/09/15 21:14:36 lebel Exp $ +# $OpenBSD: Makefile,v 1.4 2001/09/19 14:37:00 lebel Exp $ COMMENT= "tty-based e-mail client, development version" @@ -61,7 +61,7 @@ CONFIGURE_ARGS+= --enable-imap --with-ssl # limited. If you need more functionality you should consider using a # specialized program, such as fetchmail. .if ${FLAVOR:L:Mpop} -CONFIGURE_ARGS+= --enable-pop +CONFIGURE_ARGS+= --enable-pop --with-ssl .endif .if ${FLAVOR:L:Mmixmaster}