diff options
author | obrien <obrien@FreeBSD.org> | 2013-01-30 01:18:40 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2013-01-30 01:18:40 +0800 |
commit | a9066711c7d08598f6371bdf0c60a823e540b9bd (patch) | |
tree | a0cdf3925efe45df9711b328354a2945a7d6a46b | |
parent | b91602f9e36f2e65dc7389734945795d0ba560c7 (diff) | |
download | freebsd-ports-gnome-a9066711c7d08598f6371bdf0c60a823e540b9bd.tar.gz freebsd-ports-gnome-a9066711c7d08598f6371bdf0c60a823e540b9bd.tar.zst freebsd-ports-gnome-a9066711c7d08598f6371bdf0c60a823e540b9bd.zip |
Update conflicts and avoid duplication.
-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 |