summaryrefslogtreecommitdiff
path: root/biology
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2016-08-22 04:32:18 +0000
committerJohn Marino <marino@FreeBSD.org>2016-08-22 04:32:18 +0000
commit44559d6d16f1f3c4764aec60649bd857d3630660 (patch)
tree3c0ef24b3ae2c1366334966fe5f7e8e672059a47 /biology
parent- Update to 25.1-rc2 (diff)
biology/bedtools is not jobs safe
The version.o target tries to use version_git.h before that header is created.
Notes
Notes: svn path=/head/; revision=420587
Diffstat (limited to 'biology')
-rw-r--r--biology/bedtools/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/biology/bedtools/Makefile b/biology/bedtools/Makefile
index 8e57fffc3f39..0b8640170ada 100644
--- a/biology/bedtools/Makefile
+++ b/biology/bedtools/Makefile
@@ -20,6 +20,8 @@ GH_PROJECT= bedtools2
USES= gmake python
#NO_ARCH= yes
+MAKE_JOBS_UNSAFE= yes
+
post-patch:
@${REINPLACE_CMD} -e 's|python|${PYTHON_CMD}|g' \
${WRKSRC}/Makefile