diff options
author | ahoka <ahoka@pkgsrc.org> | 2008-12-05 19:02:09 +0000 |
---|---|---|
committer | ahoka <ahoka@pkgsrc.org> | 2008-12-05 19:02:09 +0000 |
commit | 1d6bfa069d27fd191c0d8a2f5fb8571cba1106e7 (patch) | |
tree | 4dd18cbdc260f342383dc90eca6cea1e983b28e7 /math/scilab | |
parent | 4c87149c2568de5a9fcb6ef0399e4986662d8b5e (diff) | |
download | pkgsrc-1d6bfa069d27fd191c0d8a2f5fb8571cba1106e7.tar.gz |
MAKE_JOBS_SAFE= no
Diffstat (limited to 'math/scilab')
-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. |