diff options
author | stephen <stephen@FreeBSD.org> | 2013-11-28 22:36:21 +0800 |
---|---|---|
committer | stephen <stephen@FreeBSD.org> | 2013-11-28 22:36:21 +0800 |
commit | 700c1376ec5f8bc47d65979a27a118e20ee03516 (patch) | |
tree | 88762258049e78872ad8f34eeb90667b2fe9780e /math | |
parent | 9525e8c1d807f167818ea7045844135d0f5b6d6c (diff) | |
download | freebsd-ports-gnome-700c1376ec5f8bc47d65979a27a118e20ee03516.tar.gz freebsd-ports-gnome-700c1376ec5f8bc47d65979a27a118e20ee03516.tar.zst freebsd-ports-gnome-700c1376ec5f8bc47d65979a27a118e20ee03516.zip |
- Set make_jobs_unsafe.
Diffstat (limited to 'math')
-rw-r--r-- | math/octave-forge-optiminterp/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/octave-forge-optiminterp/Makefile b/math/octave-forge-optiminterp/Makefile index 843b249388b0..08a8213c1c4d 100644 --- a/math/octave-forge-optiminterp/Makefile +++ b/math/octave-forge-optiminterp/Makefile @@ -9,6 +9,8 @@ CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} +MAKE_JOBS_UNSAFE= yes + # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. OCTSRC= ${OCTAVE_PKGNAME} |