diff options
Diffstat (limited to 'editors')
-rw-r--r-- | editors/vim/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/editors/vim/Makefile b/editors/vim/Makefile index 7bc5945cd606..97461e96f71c 100644 --- a/editors/vim/Makefile +++ b/editors/vim/Makefile @@ -30,6 +30,8 @@ PATCHFILES:= ${PATCHFILES:N7.2.${p}} MAINTAINER?= obrien@FreeBSD.org COMMENT?= Vi "workalike", with many additional features +MAKE_JOBS_UNSAFE= yes + SLAVEDIRS= editors/vim-lite .if defined(WITH_OPTIONS) || defined(WITH_VIM_OPTIONS) |