diff options
author | obrien <obrien@FreeBSD.org> | 2007-11-15 00:42:06 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2007-11-15 00:42:06 +0800 |
commit | 738c41e637f185eab0f314a697d30064bc2a2b42 (patch) | |
tree | ec977b5e63f9aeb96d6c32d3f4f78b69ff6e7c35 /editors | |
parent | 33ff66be49644ae6a4e007cc46a03468c1968531 (diff) | |
download | freebsd-ports-gnome-738c41e637f185eab0f314a697d30064bc2a2b42.tar.gz freebsd-ports-gnome-738c41e637f185eab0f314a697d30064bc2a2b42.tar.zst freebsd-ports-gnome-738c41e637f185eab0f314a697d30064bc2a2b42.zip |
Note conflicts with vim6 (and vim-lite).
PR: 108369
Submitted by: alex<azen@izb.net>
Approved by: portmgr(pav)
Diffstat (limited to 'editors')
-rw-r--r-- | editors/vim/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/vim/Makefile b/editors/vim/Makefile index 9f21cab7eb40..946accb98ca6 100644 --- a/editors/vim/Makefile +++ b/editors/vim/Makefile @@ -33,6 +33,7 @@ SLAVEDIRS= editors/vim-lite .include "${.CURDIR}/options" .endif +CONFLICTS= vim6* vim*-lite USE_BZIP2= yes DIST_SUBDIR= vim WRKSRC= ${WRKDIR}/vim${PORTVERSION:C/\.[0-9]*$//:S/.//g}/src |