Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Sep 2021 07:12:10 GMT
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: a6a9141dbc9c - main - editors/vim: Fix python language bindings
Message-ID:  <202109030712.1837CApm098872@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by adamw:

URL: https://cgit.FreeBSD.org/ports/commit/?id=a6a9141dbc9cee3dee286ccf934980bd1e071177

commit a6a9141dbc9cee3dee286ccf934980bd1e071177
Author:     Derek Schrock <dereks@lifeofadishwasher.com>
AuthorDate: 2021-09-03 07:11:05 +0000
Commit:     Adam Weinberger <adamw@FreeBSD.org>
CommitDate: 2021-09-03 07:11:05 +0000

    editors/vim: Fix python language bindings
    
    PR:             258234
---
 editors/vim/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/editors/vim/Makefile b/editors/vim/Makefile
index b811d18014f8..c025cb68cb5c 100644
--- a/editors/vim/Makefile
+++ b/editors/vim/Makefile
@@ -3,6 +3,7 @@
 PORTNAME=	vim
 PORTVERSION=	8.2.3394
 DISTVERSIONPREFIX=	v
+PORTREVISION=	1
 CATEGORIES=	editors
 
 MAINTAINER=	adamw@FreeBSD.org
@@ -147,7 +148,8 @@ PERL_USES=		perl5
 
 PYTHON_USES=		python:3.6+
 PYTHON_USES_OFF=	python:env
-PYTHON_CONFIGURE_ARGS=	--enable-python3interp --with-python3-command=${PYTHON_CMD}
+PYTHON_CONFIGURE_ENABLE=	python3interp
+PYTHON_CONFIGURE_WITH=	python3-command=${PYTHON_CMD}
 
 RUBY_CONFIGURE_ENABLE=	rubyinterp
 RUBY_USE=		RUBY=yes



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