diff options
Diffstat (limited to 'math/scilab/Makefile')
-rw-r--r-- | math/scilab/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/math/scilab/Makefile b/math/scilab/Makefile index 4d50a007425..81b489275fd 100644 --- a/math/scilab/Makefile +++ b/math/scilab/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.76 2008/11/15 01:19:08 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.77 2008/12/05 19:02:09 ahoka Exp $ # DISTNAME= ${SCIBASE}-src @@ -11,6 +11,8 @@ MAINTAINER= dmcmahill@NetBSD.org HOMEPAGE= http://www.scilab.org/ COMMENT= High-level scientific math programming environment with graphics +MAKE_JOBS_SAFE= no + SCIBASE= scilab-4.1 # don't forget to update SCI and SCIVERSION in the buildlink3.mk file when # SCIBASE is updated. |