diff options
author | mandree <mandree@FreeBSD.org> | 2011-02-23 05:18:37 +0800 |
---|---|---|
committer | mandree <mandree@FreeBSD.org> | 2011-02-23 05:18:37 +0800 |
commit | ccd4fa7b3e09858333a8e361f2a0d750e5d65b2f (patch) | |
tree | c22722cde5604bdd364fd8a6ffb30e50d5a77e18 /math | |
parent | da377a300f35524c177d4fbbfa75353b732daa66 (diff) | |
download | freebsd-ports-gnome-ccd4fa7b3e09858333a8e361f2a0d750e5d65b2f.tar.gz freebsd-ports-gnome-ccd4fa7b3e09858333a8e361f2a0d750e5d65b2f.tar.zst freebsd-ports-gnome-ccd4fa7b3e09858333a8e361f2a0d750e5d65b2f.zip |
Mark MAKE_JOBS_UNSAFE.
Diffstat (limited to 'math')
-rw-r--r-- | math/asymptote/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/asymptote/Makefile b/math/asymptote/Makefile index 70a4a3cc90f6..eb306603ece5 100644 --- a/math/asymptote/Makefile +++ b/math/asymptote/Makefile @@ -43,6 +43,7 @@ USE_GHOSTSCRIPT=yes USE_GL= glut USE_GMAKE= yes USE_PYTHON= yes +MAKE_JOBS_UNSAFE= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} |