diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2017-11-28 18:09:48 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2017-11-28 18:09:48 +0000 |
commit | 8dd0b5f4cdf4c488e1368686379ede04493b6fc3 (patch) | |
tree | fa38c556beca0e1d5ed4471e6a201f4e59046b95 /editors | |
parent | 0ecac5b7f646e23796c57ccab220bcb5a47ebe87 (diff) | |
download | ports-8dd0b5f4cdf4c488e1368686379ede04493b6fc3.tar.gz ports-8dd0b5f4cdf4c488e1368686379ede04493b6fc3.zip |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/vim/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/vim/Makefile b/editors/vim/Makefile index 661637312014..f1acd74bad87 100644 --- a/editors/vim/Makefile +++ b/editors/vim/Makefile @@ -3,7 +3,7 @@ PORTNAME= vim PORTVERSION= 8.0.1342 -PORTREVISION= 1 +PORTREVISION= 2 DISTVERSIONPREFIX= v CATEGORIES= editors @@ -71,12 +71,12 @@ SCHEME_DESC= MzScheme (Racket) bindings OPTIONS_EXCLUDE_powerpc64= RUBY # GENERAL OPTIONS -CSCOPE_ENABLE= cscope +CSCOPE_CONFIGURE_ENABLE=cscope CSCOPE_RUN_DEPENDS= cscope:devel/cscope EXUBERANT_CTAGS_RUN_DEPENDS= exctags:devel/ctags -NLS_CONFIGURE_OFF= --enable-nls=no +NLS_CONFIGURE_ENABLE= nls NLS_USES= gettext # UI |