diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-11-22 19:49:43 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-11-22 19:49:43 +0000 |
commit | 8c2aab382d5ceff395ed38e45399378035c4968e (patch) | |
tree | ea623aea7a81d860cc89359721fd92c71b84534d /games/tuxpuck | |
parent | e9cf7164b93e5dbdb7bef22c3dc3980161a34dad (diff) |
- Mark MAKE_JOBS_UNSAFE
Reported by: pointyhat
Notes
Notes:
svn path=/head/; revision=244657
Diffstat (limited to 'games/tuxpuck')
-rw-r--r-- | games/tuxpuck/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/tuxpuck/Makefile b/games/tuxpuck/Makefile index 694e0ef01628..13d1093015c2 100644 --- a/games/tuxpuck/Makefile +++ b/games/tuxpuck/Makefile @@ -23,6 +23,7 @@ LIB_DEPENDS= jpeg.10:${PORTSDIR}/graphics/jpeg \ USE_SDL= sdl USE_GMAKE= yes ALL_TARGET= tuxpuck +MAKE_JOBS_UNSAFE= yes MANCOMPRESSED= yes MAN6= tuxpuck.6 |