Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Nov 2018 16:34:30 +0000 (UTC)
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r483688 - head/editors/vim
Message-ID:  <201811011634.wA1GYUXo051536@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adamw
Date: Thu Nov  1 16:34:30 2018
New Revision: 483688
URL: https://svnweb.freebsd.org/changeset/ports/483688

Log:
  Slightly decrease the chance that I'll break -console and -tiny again next time

Modified:
  head/editors/vim/Makefile

Modified: head/editors/vim/Makefile
==============================================================================
--- head/editors/vim/Makefile	Thu Nov  1 16:29:57 2018	(r483687)
+++ head/editors/vim/Makefile	Thu Nov  1 16:34:30 2018	(r483688)
@@ -37,6 +37,7 @@ SHEBANG_FILES=	runtime/tools/demoserver.py runtime/too
 VIM_VER=	${PORTNAME}${PORTVERSION:R:S|.||g}
 
 # OPTIONS
+# ### Make sure any new options are excluded below in CONSOLE/TINY
 OPTIONS_DEFAULT=	CSCOPE DEFAULT_VIMRC CTAGS_EXUBERANT GTK2 PERL PYTHON2 RUBY
 OPTIONS_DEFINE=		CSCOPE DEFAULT_VIMRC NLS XTERM_SAVE
 OPTIONS_SINGLE=		CTAGS UI



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811011634.wA1GYUXo051536>