svn commit: r365402 - head/editors/vim

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Aug 19 17:17:14 UTC 2014


Author: sunpoet
Date: Tue Aug 19 17:17:13 2014
New Revision: 365402
URL: http://svnweb.freebsd.org/changeset/ports/365402
QAT: https://qat.redports.org/buildarchive/r365402/

Log:
  - Use USES=python

Modified:
  head/editors/vim/Makefile

Modified: head/editors/vim/Makefile
==============================================================================
--- head/editors/vim/Makefile	Tue Aug 19 17:13:51 2014	(r365401)
+++ head/editors/vim/Makefile	Tue Aug 19 17:17:13 2014	(r365402)
@@ -107,7 +107,7 @@ NLS_MAKE_ARGS_OFF=	CONF_OPT_NLS=--disabl
 NLS_USES=		gettext
 PERL_MAKE_ARGS=		CONF_OPT_PERL=--enable-perlinterp
 PERL_USES=		perl5
-PYTHON_USE=		PYTHON=yes
+PYTHON_USES=		python
 RUBY_MAKE_ARGS=		CONF_OPT_RUBY=--enable-rubyinterp
 RUBY_USE=		RUBY=yes
 TCL_MAKE_ARGS=		CONF_OPT_TCL="--enable-tclinterp --with-tclsh=tclsh${TCL_VER}"


More information about the svn-ports-head mailing list