Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Dec 2016 16:49:17 +0000 (UTC)
From:      Joseph Mingrone <jrm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r429170 - head/biology/ncbi-blast+
Message-ID:  <201612221649.uBMGnHAH035579@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jrm
Date: Thu Dec 22 16:49:16 2016
New Revision: 429170
URL: https://svnweb.freebsd.org/changeset/ports/429170

Log:
  biology/ncbi-blast+: Add MAKE_JOBS_UNSAFE
  
  PR:		214997
  Approved by:	swills (mentor)
  Differential Revision:	https://reviews.freebsd.org/D8882

Modified:
  head/biology/ncbi-blast+/Makefile

Modified: head/biology/ncbi-blast+/Makefile
==============================================================================
--- head/biology/ncbi-blast+/Makefile	Thu Dec 22 16:34:43 2016	(r429169)
+++ head/biology/ncbi-blast+/Makefile	Thu Dec 22 16:49:16 2016	(r429170)
@@ -26,6 +26,8 @@ SHEBANG_FILES=	src/app/blast/legacy_blas
 		src/app/blast/update_blastdb.pl \
 		src/app/winmasker/windowmasker_2.2.22_adapter.py
 
+MAKE_JOBS_UNSAFE=	yes
+
 # Requires openmp
 USE_GCC=	yes
 USE_LDCONFIG=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612221649.uBMGnHAH035579>