diff options
author | garga <garga@FreeBSD.org> | 2009-03-29 23:20:49 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2009-03-29 23:20:49 +0800 |
commit | a5df29fd7584b5d087844aaf27aa877aa34f3c50 (patch) | |
tree | c1cbd56812ca13ef99b412b51f29aed795a07e24 /editors | |
parent | 43f99a430dc842b86836761e4167e9fa955a5643 (diff) | |
download | freebsd-ports-gnome-a5df29fd7584b5d087844aaf27aa877aa34f3c50.tar.gz freebsd-ports-gnome-a5df29fd7584b5d087844aaf27aa877aa34f3c50.tar.zst freebsd-ports-gnome-a5df29fd7584b5d087844aaf27aa877aa34f3c50.zip |
- Mark it as MAKE_JOBS_UNSAFE, i did it wrong on last commit
Reported by: QAT
Diffstat (limited to 'editors')
-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= * |