aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorstephen <stephen@FreeBSD.org>2013-09-04 09:38:17 +0800
committerstephen <stephen@FreeBSD.org>2013-09-04 09:38:17 +0800
commite6bbdc46f73814120915576594466ac409b3a3dc (patch)
tree88f1838964d07324d1b5976861238ab0dcef76ff
parent92fa4d3f8891ba897f98986d3aa3f4a690d5211e (diff)
downloadfreebsd-ports-gnome-e6bbdc46f73814120915576594466ac409b3a3dc.tar.gz
freebsd-ports-gnome-e6bbdc46f73814120915576594466ac409b3a3dc.tar.zst
freebsd-ports-gnome-e6bbdc46f73814120915576594466ac409b3a3dc.zip
- Set make_jobs_unsafe, otherwise patches can get applied out of order.
-rw-r--r--math/octave-forge-odepkg/Makefile2
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}