From 3df3a4e33fe65a470e73f64280ccf009582c8075 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Fri, 12 Jul 2013 05:12:42 +0000 Subject: [PATCH] Remove useless "libsysinfo" CONFLICTS statement. (it needed to be "libsysinfo*" to have any effect) --- editors/vim/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/editors/vim/Makefile b/editors/vim/Makefile index 0d631fba5981..5b709d7e91ab 100644 --- a/editors/vim/Makefile +++ b/editors/vim/Makefile @@ -50,12 +50,13 @@ PORT_OPTIONS?= ${VIM_PORT_OPTIONS} .include -CONFLICTS= vim6* vim*-gnome libsysinfo +CONFLICTS= vim6* vim*-gnome .if defined(LITE) CONFLICTS+= vim* .else CONFLICTS+= vim*-lite .endif + MAKE_JOBS_UNSAFE= yes USE_BZIP2= yes DIST_SUBDIR= vim