diff options
author | pav <pav@FreeBSD.org> | 2009-11-22 19:49:43 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-11-22 19:49:43 +0000 |
commit | d04184ca2296e3e063282f330dc7e508e84911a3 (patch) | |
tree | 4179a3cb6b779813e5c9f72a6fae142bcad8f20a /chinese/scim-fcitx | |
parent | 4ae8809556ff989106eea3aa05f065c2850884ee (diff) | |
download | FreeBSD-ports-d04184ca2296e3e063282f330dc7e508e84911a3.zip FreeBSD-ports-d04184ca2296e3e063282f330dc7e508e84911a3.tar.gz |
- Mark MAKE_JOBS_UNSAFE
Reported by: pointyhat
Diffstat (limited to 'chinese/scim-fcitx')
-rw-r--r-- | chinese/scim-fcitx/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chinese/scim-fcitx/Makefile b/chinese/scim-fcitx/Makefile index 3e831f9..0f60136 100644 --- a/chinese/scim-fcitx/Makefile +++ b/chinese/scim-fcitx/Makefile @@ -22,6 +22,7 @@ BUILD_DEPENDS= ${RUN_DEPENDS} USE_BZIP2= yes USE_GMAKE= yes GNU_CONFIGURE= yes +MAKE_JOBS_UNSAFE= yes WRKSRC= ${WRKDIR}/fcitx |