diff options
author | tnn <tnn> | 2008-05-23 18:06:44 +0000 |
---|---|---|
committer | tnn <tnn> | 2008-05-23 18:06:44 +0000 |
commit | 7f1fb19285f5181d6c037c8c956020bbf130ee29 (patch) | |
tree | 02ea410a755766edaec38c281571bf832af38036 /devel/bmake | |
parent | c7bc7881034ec6ff6c7c567f6b70d11eef4fcac5 (diff) | |
download | pkgsrc-7f1fb19285f5181d6c037c8c956020bbf130ee29.tar.gz |
Set need_ksh=yes for SunOS as well. Asked by joerg@
Diffstat (limited to 'devel/bmake')
-rw-r--r-- | devel/bmake/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/devel/bmake/Makefile b/devel/bmake/Makefile index 0fe405ab231..859145a222e 100644 --- a/devel/bmake/Makefile +++ b/devel/bmake/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 2008/05/23 17:43:31 tnn Exp $ +# $NetBSD: Makefile,v 1.43 2008/05/23 18:06:44 tnn Exp $ # DISTNAME= bmake-20080215 @@ -33,11 +33,7 @@ BOOTSTRAP_ARGS= -q -o ${OPSYS} --prefix=${PREFIX} \ .include "../../mk/bsd.prefs.mk" -.if ${OPSYS} == "SunOS" && exists(/usr/xpg4/bin/sh) -BOOTSTRAP_ARGS+= --with-defshell=/usr/xpg4/bin/sh -.endif - -.if ${OPSYS} == "OSF1" +.if ${OPSYS} == "SunOS" || ${OPSYS} == "OSF1" DEPENDS+= pdksh-[0-9]*:../../shells/pdksh BOOTSTRAP_ARGS+= --with-defshell=${PREFIX}/bin/pdksh .endif |