git: a6a9141dbc9c - main - editors/vim: Fix python language bindings

Adam Weinberger adamw at FreeBSD.org
Fri Sep 3 07:12:10 UTC 2021


The branch main has been updated by adamw:

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

commit a6a9141dbc9cee3dee286ccf934980bd1e071177
Author:     Derek Schrock <dereks at lifeofadishwasher.com>
AuthorDate: 2021-09-03 07:11:05 +0000
Commit:     Adam Weinberger <adamw at 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 at 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


More information about the dev-commits-ports-main mailing list