Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Nov 2017 18:09:48 +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: r455068 - head/editors/vim
Message-ID:  <201711281809.vASI9mn6004628@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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