From b08d9d143c4b48ea3569bd430d9d40b5e6ef9380 Mon Sep 17 00:00:00 2001 From: dholland Date: Wed, 12 Oct 2011 05:27:40 +0000 Subject: 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. --- math/octave/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'math') 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 -- cgit v1.2.3