summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2016-03-06 06:18:03 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2016-03-06 06:18:03 +0000
commit199bda26663b90f052b8a0ef5ebe131c9f92ee23 (patch)
tree23604c503aa0c6c86e7a319cc8097a5847d255d8 /editors
parentf793be091dce3e1b964ee35f445e582bc50e580a (diff)
downloadfreebsd-ports-199bda26663b90f052b8a0ef5ebe131c9f92ee23.zip
- Change from big features to huge features
- Bump PORTREVISION for package change PR: 207572 Submitted by: Henry Hu <henry.hu.sh@gmail.com>
Diffstat (limited to 'editors')
-rw-r--r--editors/vim/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/vim/Makefile b/editors/vim/Makefile
index 065fb697110e..904b76d5b179 100644
--- a/editors/vim/Makefile
+++ b/editors/vim/Makefile
@@ -4,6 +4,7 @@
PORTNAME= vim
PORTVERSION= 7.4.1229
DISTVERSIONPREFIX= v
+PORTREVISION= 1
CATEGORIES?= editors
MAINTAINER?= sunpoet@FreeBSD.org
@@ -59,7 +60,7 @@ PLIST_SUB+= NON_LITE="@comment "
.else
CONFLICTS_INSTALL= vim-lite-[0-9]*
OPTIONS_DEFAULT=CSCOPE DEFAULT_VIMRC EXUBERANT_CTAGS GTK2 LUA PERL PYTHON RUBY TCL
-MAKE_ARGS+= CONF_OPT_FEAT=--with-features=big \
+MAKE_ARGS+= CONF_OPT_FEAT=--with-features=huge \
CONF_OPT_INPUT=--enable-xim \
CONF_OPT_OUTPUT=--enable-fontset
PLIST_SUB+= NON_LITE=""