diff options
author | dholland <dholland@pkgsrc.org> | 2011-10-12 05:27:40 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2011-10-12 05:27:40 +0000 |
commit | 51ccabb4e2ebc98e83cbf39fb55417baa6e74af5 (patch) | |
tree | d4e0cd0c1c0aeddc445d20e2ed78ba16cffef9cb /math | |
parent | 00677537423cc53a23a053b2faebfe209fa84b47 (diff) | |
download | pkgsrc-51ccabb4e2ebc98e83cbf39fb55417baa6e74af5.tar.gz |
Not (or perhaps no longer) MAKE_JOBS_SAFE: in doc/, needs a .WAIT between
"conf.texi" and "subdirs", but I can't add one because this package uses
gmake and gmake has no equivalent functionality.
Diffstat (limited to 'math')
-rw-r--r-- | math/octave/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/octave/Makefile b/math/octave/Makefile index 9f3ca461fae..89120cbccb6 100644 --- a/math/octave/Makefile +++ b/math/octave/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.90 2011/10/07 10:45:16 alnsn Exp $ +# $NetBSD: Makefile,v 1.91 2011/10/12 05:27:40 dholland Exp $ DISTNAME= octave-${OCTAVE_VER} PKGREVISION= 3 @@ -27,6 +27,7 @@ USE_GNU_READLINE= yes USE_LIBTOOL= yes USE_TOOLS+= autoconf gsed gmake makeinfo perl pkg-config GNU_CONFIGURE= yes +MAKE_JOBS_SAFE= no GCC_REQD+= 3.0 USE_LANGUAGES= c c++ fortran77 |