diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-05-16 06:27:56 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-05-16 06:27:56 +0000 |
commit | abf5b5ffc09b367c1d6e4537c8f5e2473c14e670 (patch) | |
tree | 2e22cb4768c6b41b24fe161ae7a3c7a4536ed6c0 /japanese/jed | |
parent | Update to 3.1.0. (diff) |
- Mark most of my ports MAKE_JOBS_SAFE=yes
Tested by: several builds in P6 TB
Notes
Notes:
svn path=/head/; revision=233978
Diffstat (limited to 'japanese/jed')
-rw-r--r-- | japanese/jed/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/japanese/jed/Makefile b/japanese/jed/Makefile index cd8a5e477bc6..6b7a0f7e6aad 100644 --- a/japanese/jed/Makefile +++ b/japanese/jed/Makefile @@ -47,6 +47,8 @@ CONFIGURE_ARGS+= --with-canna=no .else CONFIGURE_ARGS+= --with-canna=yes LIB_DEPENDS+= canna.1:${PORTSDIR}/japanese/canna-lib + +MAKE_JOBS_SAFE= yes .endif .if defined(WITHOUT_X11) |