diff options
author | marino <marino@FreeBSD.org> | 2015-01-20 01:43:57 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2015-01-20 01:43:57 +0800 |
commit | 75519cbffc14848615af363f90cf0a1e5f02e421 (patch) | |
tree | 2de266baa80c894b2c04ac7a20fc7a6191f569b4 /graphics/xaos | |
parent | f21e3ed64c69adf488235f4f51478dfecbcde4a5 (diff) | |
download | freebsd-ports-gnome-75519cbffc14848615af363f90cf0a1e5f02e421.tar.gz freebsd-ports-gnome-75519cbffc14848615af363f90cf0a1e5f02e421.tar.zst freebsd-ports-gnome-75519cbffc14848615af363f90cf0a1e5f02e421.zip |
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.
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 |