diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2013-01-29 17:18:40 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2013-01-29 17:18:40 +0000 |
commit | b2ccfe40384760c31d2aba2b7a2f8d3b48a8413d (patch) | |
tree | a0cdf3925efe45df9711b328354a2945a7d6a46b /editors/vim | |
parent | 19b612bd09eb763ba946e9fcd7ac2f0dc63b332a (diff) |
Notes
Diffstat (limited to 'editors/vim')
-rw-r--r-- | editors/vim/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/editors/vim/Makefile b/editors/vim/Makefile index ebe14ebf775d..6d53515ebc99 100644 --- a/editors/vim/Makefile +++ b/editors/vim/Makefile @@ -38,10 +38,11 @@ SLAVEDIRS= editors/vim-lite .include <bsd.port.options.mk> .endif +CONFLICTS= vim6* vim*-gnome libsysinfo .if defined(LITE) -CONFLICTS= vim6* vim* vim*-gnome +CONFLICTS+= vim* .else -CONFLICTS= vim6* vim*-lite vim*-gnome +CONFLICTS+= vim*-lite .endif MAKE_JOBS_UNSAFE= yes USE_BZIP2= yes |