diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-10 17:04:49 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-10 17:04:49 +0000 |
commit | 0bdf3055bd8f7a9d9b21421a226a4c3690c6bc8d (patch) | |
tree | acccc77d180a1cd472d720ec5ba600b7612f20bb /graphics/inventor | |
parent | daada0fcb45c9b55d33ff2f1a9ab21a5a3c9e656 (diff) | |
download | ports-0bdf3055bd8f7a9d9b21421a226a4c3690c6bc8d.tar.gz ports-0bdf3055bd8f7a9d9b21421a226a4c3690c6bc8d.zip |
Mark as job unsafe
Notes
Notes:
svn path=/head/; revision=322713
Diffstat (limited to 'graphics/inventor')
-rw-r--r-- | graphics/inventor/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/inventor/Makefile b/graphics/inventor/Makefile index 0ada5e8a8908..f5717a58691f 100644 --- a/graphics/inventor/Makefile +++ b/graphics/inventor/Makefile @@ -23,6 +23,7 @@ USE_GL= glw USES= iconv gmake motif USE_LDCONFIG= yes ONLY_FOR_ARCHS= i386 amd64 +MAKE_JOBS_UNSAFE= yes WRKSRC= ${WRKDIR}/${PORTNAME} MAKE_ENV= LD_LIBRARY_PATH=${WRKSRC}/lib:${WRKSRC}/libSoXt |