aboutsummaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2013-01-30 01:18:40 +0800
committerobrien <obrien@FreeBSD.org>2013-01-30 01:18:40 +0800
commita9066711c7d08598f6371bdf0c60a823e540b9bd (patch)
treea0cdf3925efe45df9711b328354a2945a7d6a46b /editors
parentb91602f9e36f2e65dc7389734945795d0ba560c7 (diff)
downloadfreebsd-ports-gnome-a9066711c7d08598f6371bdf0c60a823e540b9bd.tar.gz
freebsd-ports-gnome-a9066711c7d08598f6371bdf0c60a823e540b9bd.tar.zst
freebsd-ports-gnome-a9066711c7d08598f6371bdf0c60a823e540b9bd.zip
Update conflicts and avoid duplication.
Diffstat (limited to 'editors')
-rw-r--r--editors/vim/Makefile5
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