diff options
author | John Marino <marino@FreeBSD.org> | 2015-01-19 17:43:57 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2015-01-19 17:43:57 +0000 |
commit | 087ad79318f2e6be39d755ee79509a2c7bed0a55 (patch) | |
tree | 2de266baa80c894b2c04ac7a20fc7a6191f569b4 /graphics/xaos | |
parent | Update to Release 3.7.5.0. (diff) |
Designatate 4 ports as unsafe for parallel building
All had similar errors that it couldn't find something during the build,
yet built on a subsequent pass with no adjustments. Most I've seen before
on previous bulk runs.
Notes
Notes:
svn path=/head/; revision=377443
Diffstat (limited to 'graphics/xaos')
-rw-r--r-- | graphics/xaos/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/xaos/Makefile b/graphics/xaos/Makefile index 41442d341c65..af82b2b92ee0 100644 --- a/graphics/xaos/Makefile +++ b/graphics/xaos/Makefile @@ -49,6 +49,7 @@ INFO= xaos PLIST_SUB+= XAOSDIR="share/XaoS" +MAKE_JOBS_UNSAFE= yes DESKTOP_ENTRIES= "XaoS" "" "${PREFIX}/share/pixmaps/xaos.png" \ "xaos" "" false |