diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-04-04 20:45:55 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-04-04 20:45:55 +0000 |
commit | 49bf2d60a44b863af87026f0858c376c945987ce (patch) | |
tree | 16484ed25dffeafd915dff764ab1c4913f04b612 /german | |
parent | f4fc9c8d05a16f23c56e945210ff8647df8c056b (diff) |
- Not really MAKE_JOBS_SAFE
Reported by: pointyhat
Notes
Notes:
svn path=/head/; revision=231617
Diffstat (limited to 'german')
-rw-r--r-- | german/schwobifyer/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/german/schwobifyer/Makefile b/german/schwobifyer/Makefile index d0b9a8b616f6..2757c4127f44 100644 --- a/german/schwobifyer/Makefile +++ b/german/schwobifyer/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= de- MAINTAINER= ehaupt@FreeBSD.org COMMENT= A utility for translating german into the schwaebisch dialect -MAKE_JOBS_SAFE= yes +MAKE_JOBS_UNSAFE= yes PLIST_FILES= bin/schwobifyer |