diff options
author | soren <soren@pkgsrc.org> | 1999-12-12 15:28:37 +0000 |
---|---|---|
committer | soren <soren@pkgsrc.org> | 1999-12-12 15:28:37 +0000 |
commit | 15c4bea02ec1993728111aec0ba9116873b47a18 (patch) | |
tree | 98f29c2f26af5692bfd605034ef7e8cb668824a4 /mail/mutt | |
parent | f08073b2cfe682f26e66ddec23717130eeae7674 (diff) | |
download | pkgsrc-15c4bea02ec1993728111aec0ba9116873b47a18.tar.gz |
Mutt works poorly with our ncurses, so use S-Lang instead.
Diffstat (limited to 'mail/mutt')
-rw-r--r-- | mail/mutt/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile index 36657b8d1ea..c4d81dadaca 100644 --- a/mail/mutt/Makefile +++ b/mail/mutt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 1999/11/06 11:58:45 tron Exp $ +# $NetBSD: Makefile,v 1.33 1999/12/12 15:28:37 soren Exp $ DISTNAME= mutt-${MUTT_VERSION} CATEGORIES= mail @@ -13,11 +13,11 @@ HOMEPAGE= http://www.mutt.org/ BUILD_DEPENDS+= ${LOCALBASE}/bin/autoconf:../../devel/autoconf BUILD_DEPENDS+= ${LOCALBASE}/bin/automake:../../devel/automake -DEPENDS+= ncurses-4.2:../../devel/ncurses +DEPENDS+= libslang-*:../../devel/libslang GNU_CONFIGURE= yes USE_GMAKE= yes -CONFIGURE_ARGS+= --with-curses=${LOCALBASE} --with-exec-shell=/bin/ksh \ +CONFIGURE_ARGS+= --with-slang=${LOCALBASE} --with-exec-shell=/bin/ksh \ --with-docdir=${PREFIX}/share/doc/mutt \ --enable-pop --enable-imap LDFLAGS+= -s |