svn commit: r483687 - head/editors/vim

Adam Weinberger adamw at FreeBSD.org
Thu Nov 1 16:29:58 UTC 2018


Author: adamw
Date: Thu Nov  1 16:29:57 2018
New Revision: 483687
URL: https://svnweb.freebsd.org/changeset/ports/483687

Log:
  Teach vim-console and vim-tiny to ignore the ctags options

Modified:
  head/editors/vim/Makefile

Modified: head/editors/vim/Makefile
==============================================================================
--- head/editors/vim/Makefile	Thu Nov  1 16:25:49 2018	(r483686)
+++ head/editors/vim/Makefile	Thu Nov  1 16:29:57 2018	(r483687)
@@ -52,12 +52,14 @@ OPTIONS_SLAVE=		CONSOLE
 # Exclude everything except the two options above
 OPTIONS_EXCLUDE:=	${OPTIONS_DEFINE:NDEFAULT_VIMRC} \
 			${OPTIONS_SINGLE_UI:NCONSOLE} \
-			${OPTIONS_GROUP_LANGBIND}
+			${OPTIONS_GROUP_LANGBIND} \
+			${OPTIONS_SINGLE_CTAGS}
 .elif defined(TINY)
 OPTIONS_SLAVE=		CONSOLE
 OPTIONS_EXCLUDE:=	${OPTIONS_DEFINE} \
 			${OPTIONS_SINGLE_UI:NCONSOLE} \
-			${OPTIONS_GROUP_LANGBIND}
+			${OPTIONS_GROUP_LANGBIND} \
+			${OPTIONS_SINGLE_CTAGS}
 .endif
 
 DEFAULT_VIMRC_DESC=	Install bundled vimrc as default setting


More information about the svn-ports-all mailing list