diff options
author | John Marino <marino@FreeBSD.org> | 2016-04-17 07:18:38 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2016-04-17 07:18:38 +0000 |
commit | 8ad4afc4e1e1a9688dfdb9e60cd3e4cc752d3dc8 (patch) | |
tree | bab1ea7fd3414d8b6862c270697d2580de0db57e /science/minc2 | |
parent | archivers/libunrar4 is not jobs safe (diff) |
science/minc2 is not jobs safe
lex needs gram.h before that header gets created.
I've seen this twice now.
Notes
Notes:
svn path=/head/; revision=413493
Diffstat (limited to 'science/minc2')
-rw-r--r-- | science/minc2/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/science/minc2/Makefile b/science/minc2/Makefile index 2e8445db4f0d..3bf793e07690 100644 --- a/science/minc2/Makefile +++ b/science/minc2/Makefile @@ -21,6 +21,8 @@ RUN_DEPENDS= bash:shells/bash USE_GITHUB= yes GH_ACCOUNT= BIC-MNI +MAKE_JOBS_UNSAFE= yes + USES= autoreconf bison gmake libtool perl5 shebangfix SHEBANG_FILES= progs/mincview/mincview GNU_CONFIGURE= yes |