diff options
author | pav <pav@FreeBSD.org> | 2009-11-20 22:53:09 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-11-20 22:53:09 +0000 |
commit | 1ad7d1e90b54cf33313a45b0f3014fafb7b5a6db (patch) | |
tree | 1ac8c66ad7e1ad50a65cd2d12b78cfcb8e95923e /biology | |
parent | 3b649fa60c2b2967e220277801b212c58a33d809 (diff) | |
download | FreeBSD-ports-1ad7d1e90b54cf33313a45b0f3014fafb7b5a6db.zip FreeBSD-ports-1ad7d1e90b54cf33313a45b0f3014fafb7b5a6db.tar.gz |
- Mark MAKE_JOBS_UNSAFE
Reported by: pointyhat
Diffstat (limited to 'biology')
-rw-r--r-- | biology/libsbml/Makefile | 1 | ||||
-rw-r--r-- | biology/mapm3/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/biology/libsbml/Makefile b/biology/libsbml/Makefile index 35c26f6..03db57b 100644 --- a/biology/libsbml/Makefile +++ b/biology/libsbml/Makefile @@ -25,6 +25,7 @@ USE_ZIP= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +MAKE_JOBS_UNSAFE= yes .include <bsd.port.pre.mk> .if defined(WITH_PYTHON) diff --git a/biology/mapm3/Makefile b/biology/mapm3/Makefile index d0f9634..cf5d4d6 100644 --- a/biology/mapm3/Makefile +++ b/biology/mapm3/Makefile @@ -19,6 +19,7 @@ MAINTAINER= tphilipp@potion-studios.com COMMENT= Constructs linkage maps of markers segregating in experimental crosses NO_WRKSUBDIR= yes +MAKE_JOBS_UNSAFE= yes post-patch: ${CP} ${WRKSRC}/sun/* ${WRKSRC} |