From 2cdbff4d5e8d53df689b89d0fb6722dfd21f6f63 Mon Sep 17 00:00:00 2001 From: pgollucci Date: Tue, 28 Apr 2009 21:36:08 +0000 Subject: - Mark MAKE_JOBS_UNSAFE= yes Approved by: pav (via irc on #bsdports) Tested on: RideCharge TB, and P6 TB --- editors/vim/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'editors/vim') 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) -- cgit