aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2016-03-06 14:18:03 +0800
committersunpoet <sunpoet@FreeBSD.org>2016-03-06 14:18:03 +0800
commite06b2a35a08891aa6f913737b4a7323e3e2e1751 (patch)
tree23604c503aa0c6c86e7a319cc8097a5847d255d8
parentbe821603174353abfe45e669cadde54ce95da640 (diff)
downloadfreebsd-ports-gnome-e06b2a35a08891aa6f913737b4a7323e3e2e1751.tar.gz
freebsd-ports-gnome-e06b2a35a08891aa6f913737b4a7323e3e2e1751.tar.zst
freebsd-ports-gnome-e06b2a35a08891aa6f913737b4a7323e3e2e1751.zip
- Change from big features to huge features
- Bump PORTREVISION for package change PR: 207572 Submitted by: Henry Hu <henry.hu.sh@gmail.com>
-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=""