diff options
author | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2013-09-04 01:38:17 +0000 |
---|---|---|
committer | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2013-09-04 01:38:17 +0000 |
commit | f191fd53af0bb5fa688776920fe2612d9e031c0f (patch) | |
tree | 88f1838964d07324d1b5976861238ab0dcef76ff /math/octave-forge-odepkg/Makefile | |
parent | 0e4287f43517c19d4605e04221ef3c7c27b0512c (diff) |
Notes
Diffstat (limited to 'math/octave-forge-odepkg/Makefile')
-rw-r--r-- | math/octave-forge-odepkg/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/octave-forge-odepkg/Makefile b/math/octave-forge-odepkg/Makefile index c4395c251dae..617e524b1765 100644 --- a/math/octave-forge-odepkg/Makefile +++ b/math/octave-forge-odepkg/Makefile @@ -8,6 +8,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} |