summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2011-10-12 05:27:40 +0000
committerdholland <dholland@pkgsrc.org>2011-10-12 05:27:40 +0000
commitb08d9d143c4b48ea3569bd430d9d40b5e6ef9380 (patch)
treed4e0cd0c1c0aeddc445d20e2ed78ba16cffef9cb /math
parent4c05d90879998f4e75edd151b496b7aa5bf8065b (diff)
downloadpkgsrc-b08d9d143c4b48ea3569bd430d9d40b5e6ef9380.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/Makefile3
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