svn commit: r455068 - head/editors/vim

Adam Weinberger adamw at FreeBSD.org
Tue Nov 28 18:09:49 UTC 2017


Author: adamw
Date: Tue Nov 28 18:09:48 2017
New Revision: 455068
URL: https://svnweb.freebsd.org/changeset/ports/455068

Log:
  Fix CSCOPE and NLS options
  
  Both the CSCOPE and NLS options were broken because _CONFIGURE_ENABLE
  was misspelled.

Modified:
  head/editors/vim/Makefile

Modified: head/editors/vim/Makefile
==============================================================================
--- head/editors/vim/Makefile	Tue Nov 28 17:28:04 2017	(r455067)
+++ head/editors/vim/Makefile	Tue Nov 28 18:09:48 2017	(r455068)
@@ -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


More information about the svn-ports-head mailing list