diff options
author | John Marino <marino@FreeBSD.org> | 2015-01-20 01:43:57 +0800 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2015-01-20 01:43:57 +0800 |
commit | 087ad79318f2e6be39d755ee79509a2c7bed0a55 (patch) | |
tree | 2de266baa80c894b2c04ac7a20fc7a6191f569b4 /biology | |
parent | ecf51d54a713576647d15d66f9db7d71f60450ac (diff) | |
download | freebsd-ports-gnome-087ad79318f2e6be39d755ee79509a2c7bed0a55.tar.gz freebsd-ports-gnome-087ad79318f2e6be39d755ee79509a2c7bed0a55.tar.zst freebsd-ports-gnome-087ad79318f2e6be39d755ee79509a2c7bed0a55.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 'biology')
-rw-r--r-- | biology/velvet/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/biology/velvet/Makefile b/biology/velvet/Makefile index f49cdca0428b..ddf53f4a7136 100644 --- a/biology/velvet/Makefile +++ b/biology/velvet/Makefile @@ -15,6 +15,7 @@ ALL_TARGET= default MAXKMERLENGTH?= 31 VELVET_CATEGORIES?= 2 +MAKE_JOBS_UNSAFE= yes MAKE_ENV+= MAXKMERLENGTH=${MAXKMERLENGTH} CATEGORIES=${VELVET_CATEGORIES} USES= perl5 gmake shebangfix tar:tgz |