From 8de4d700b34e06ebed5cbd7b93c8b042f5ae0b91 Mon Sep 17 00:00:00 2001 From: tron Date: Fri, 22 May 1998 18:44:57 +0000 Subject: As pointed out by Louis Theran in our "sh" seems to be broken. Use "ksh" until this gets fixed. --- mail/mutt/Makefile | 4 ++-- 1 file 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 -- cgit v1.2.3