pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

vim-nox: conflict with vim-[0-9]* as well



Module Name:	pkgsrc-wip
Committed By:	Pierre Pronchery <khorben%defora.org@localhost>
Pushed By:	khorben
Date:		Sun Sep 13 03:22:32 2020 +0200
Changeset:	92047a0537034b29c831e5df0ade327e45d6433c

Modified Files:
	vim-nox/Makefile

Log Message:
vim-nox: conflict with vim-[0-9]* as well

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=92047a0537034b29c831e5df0ade327e45d6433c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 vim-nox/Makefile | 1 +
 1 file changed, 1 insertion(+)

diffs:
diff --git a/vim-nox/Makefile b/vim-nox/Makefile
index b0e62c1316..8183797910 100644
--- a/vim-nox/Makefile
+++ b/vim-nox/Makefile
@@ -10,6 +10,7 @@ PKG_SUGGESTED_OPTIONS+=	ruby python perl lua
 
 DEPENDS+=		vim-share-${VIM_VERSION}.${VIM_PATCHLEVEL}{,nb*}:../../editors/vim-share
 
+CONFLICTS+=		vim-[0-9]*
 CONFLICTS+=		vim-gtk-[0-9]* vim-gtk2-[0-9]* vim-motif-[0-9]*
 CONFLICTS+=		vim-xaw-[0-9]* vim-kde-[0-9]*
 


Home | Main Index | Thread Index | Old Index