diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2012-06-05 02:09:47 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2012-06-05 02:09:47 +0000 |
commit | e4a61eeb326df35f45a18751f10805ade6182222 (patch) | |
tree | 74edc19e8e7d2c56f918dd3fc40202ff6a3c3b18 /editors/vim | |
parent | ec5a51ddf7aeeb88e23ec892a99c5943b83843b4 (diff) | |
download | ports-e4a61eeb326df35f45a18751f10805ade6182222.tar.gz ports-e4a61eeb326df35f45a18751f10805ade6182222.zip |
Notes
Diffstat (limited to 'editors/vim')
-rw-r--r-- | editors/vim/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/editors/vim/Makefile b/editors/vim/Makefile index 7c9df4e97ea8..3d0bd0524fc9 100644 --- a/editors/vim/Makefile +++ b/editors/vim/Makefile @@ -38,7 +38,11 @@ SLAVEDIRS= editors/vim-lite .include <bsd.port.options.mk> .endif +.if defined(LITE) +CONFLICTS= vim6* vim* vim*-gnome +.else CONFLICTS= vim6* vim*-lite vim*-gnome +.endif MAKE_JOBS_UNSAFE= yes USE_BZIP2= yes DIST_SUBDIR= vim |