diff options
author | garga <garga@FreeBSD.org> | 2009-03-29 01:53:24 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2009-03-29 01:53:24 +0800 |
commit | 0e27a1ea75d81f40365a81bb1f77f6b7cf839188 (patch) | |
tree | 37b17786bb0244da979060eb88266987e71c578e /editors/jed | |
parent | e010ac637fc151842f533f60aac88f2f69f53523 (diff) | |
download | freebsd-ports-gnome-0e27a1ea75d81f40365a81bb1f77f6b7cf839188.tar.gz freebsd-ports-gnome-0e27a1ea75d81f40365a81bb1f77f6b7cf839188.tar.zst freebsd-ports-gnome-0e27a1ea75d81f40365a81bb1f77f6b7cf839188.zip |
Mark all my ports as MAKE_JOBS_SAFE and MAKE_JOBS_UNSAFE
Diffstat (limited to 'editors/jed')
-rw-r--r-- | editors/jed/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/jed/Makefile b/editors/jed/Makefile index 5225b96c56f6..329f197e33b3 100644 --- a/editors/jed/Makefile +++ b/editors/jed/Makefile @@ -28,6 +28,7 @@ OPTIONS= X11 "Build xjed (depends of X11)" on USE_BZIP2= yes DIST_SUBDIR= jed GNU_CONFIGURE= yes +MAKE_JOBS_SAFE= yes CONFIGURE_ENV+= JED_ROOT=${PREFIX}/lib/jed PORTDOCS= * |