summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorkim <kim@pkgsrc.org>1999-02-27 01:13:55 +0000
committerkim <kim@pkgsrc.org>1999-02-27 01:13:55 +0000
commit2eed64e1623abbfac25e9c4dfcb1e36ebab3f967 (patch)
tree37138bad0dcdde0772ecc32bcbc74613fb8413c5 /mail
parent68a3dfb028753c3b3a3de1d6712e2caae3ea7da1 (diff)
downloadpkgsrc-2eed64e1623abbfac25e9c4dfcb1e36ebab3f967.tar.gz
Enabled IMAP and POP for mutt.
Diffstat (limited to 'mail')
-rw-r--r--mail/mutt/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile
index d714ed1b204..9e1ae3f9383 100644
--- a/mail/mutt/Makefile
+++ b/mail/mutt/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 1999/02/20 22:48:34 hubertf Exp $
+# $NetBSD: Makefile,v 1.20 1999/02/27 01:13:55 kim Exp $
DISTNAME= mutt-${MUTT_VERSION}
CATEGORIES= mail
@@ -15,7 +15,8 @@ DEPENDS+= ncurses-1.9.9g:../../devel/ncurses
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-curses=${PREFIX} --with-exec-shell=/bin/ksh \
- --with-docdir=${PREFIX}/share/doc/mutt
+ --with-docdir=${PREFIX}/share/doc/mutt \
+ --enable-pop --enable-imap
CONFIGURE_ENV+= LDFLAGS=-s
.include "../../mk/bsd.pkg.mk"