summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorkim <kim>1999-02-27 01:13:55 +0000
committerkim <kim>1999-02-27 01:13:55 +0000
commit274b2f40701485251c60eef634efb062e85a193b (patch)
tree37138bad0dcdde0772ecc32bcbc74613fb8413c5 /mail
parenta00c657a9f01ad990193e2785c7900bda1a87af2 (diff)
downloadpkgsrc-274b2f40701485251c60eef634efb062e85a193b.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"