diff options
author | Renato Botelho <garga@FreeBSD.org> | 2009-03-29 15:20:49 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2009-03-29 15:20:49 +0000 |
commit | a5c36cfcb3f98dc06b6eb12c0d83040bbd22bd50 (patch) | |
tree | 561ee79795b419f54f0739c61e9bb12cab07a660 /editors/jed | |
parent | 9701d8c97e1deaed28b26bc93ebb13357857c16a (diff) | |
download | ports-a5c36cfcb3f98dc06b6eb12c0d83040bbd22bd50.tar.gz ports-a5c36cfcb3f98dc06b6eb12c0d83040bbd22bd50.zip |
- Mark it as MAKE_JOBS_UNSAFE, i did it wrong on last commit
Reported by: QAT
Notes
Notes:
svn path=/head/; revision=231254
Diffstat (limited to 'editors/jed')
-rw-r--r-- | editors/jed/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/jed/Makefile b/editors/jed/Makefile index 329f197e33b3..0a5854818afb 100644 --- a/editors/jed/Makefile +++ b/editors/jed/Makefile @@ -28,7 +28,7 @@ OPTIONS= X11 "Build xjed (depends of X11)" on USE_BZIP2= yes DIST_SUBDIR= jed GNU_CONFIGURE= yes -MAKE_JOBS_SAFE= yes +MAKE_JOBS_UNSAFE= yes CONFIGURE_ENV+= JED_ROOT=${PREFIX}/lib/jed PORTDOCS= * |