diff options
author | tron <tron@pkgsrc.org> | 1998-05-22 18:44:57 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1998-05-22 18:44:57 +0000 |
commit | 8de4d700b34e06ebed5cbd7b93c8b042f5ae0b91 (patch) | |
tree | 8589ab850829e8a658be3f612999c5e84c1ffadf /mail/mutt | |
parent | acb95350f0a4fb9efa4ea4c554ab84cdcf0e4d88 (diff) | |
download | pkgsrc-8de4d700b34e06ebed5cbd7b93c8b042f5ae0b91.tar.gz |
As pointed out by Louis Theran in <slrn6lm955.afs.k@world.std.com> our
"sh" seems to be broken. Use "ksh" until this gets fixed.
Diffstat (limited to 'mail/mutt')
-rw-r--r-- | mail/mutt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile index 6d94930d8e1..7b1a49009d8 100644 --- a/mail/mutt/Makefile +++ b/mail/mutt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 1998/04/22 14:22:44 agc Exp $ +# $NetBSD: Makefile,v 1.8 1998/05/22 18:44:57 tron Exp $ DISTNAME= mutt-0.91.1i CATEGORIES= mail @@ -15,7 +15,7 @@ DEPENDS+= ncurses-1.9.9g:../../devel/ncurses RESTRICTED= "Uses PGP" MIRROR_DISTFILE= no GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --with-curses=${PREFIX} +CONFIGURE_ARGS+= --with-curses=${PREFIX} --with-exec-shell=/bin/ksh CONFIGURE_ENV+= LDFLAGS=-s MAN1= mutt.1 |