diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-11-19 22:07:43 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-11-19 22:07:43 +0000 |
commit | 07b27888644efc66d4ed412de3c7ba9d7b2b54af (patch) | |
tree | d57c864005baed96c03a9d962fb4dbe250891caf /games/cavezofphear | |
parent | f155fbddef259ee56ccb70f0869df0f468f1e2a5 (diff) |
- Mark MAKE_JOBS_UNSAFE
Reported by: pointyhat
Notes
Notes:
svn path=/head/; revision=244489
Diffstat (limited to 'games/cavezofphear')
-rw-r--r-- | games/cavezofphear/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/cavezofphear/Makefile b/games/cavezofphear/Makefile index a0d8cf82d8ab..a566b95bda0a 100644 --- a/games/cavezofphear/Makefile +++ b/games/cavezofphear/Makefile @@ -19,6 +19,7 @@ USE_BZIP2= yes USE_GMAKE= yes MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" BUILD_WRKSRC= ${WRKDIR}/${DISTNAME}/src +MAKE_JOBS_UNSAFE= yes PORTDOCS= ChangeLog README README-EDITOR TODO |