pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/editors/vim-share
Module Name: pkgsrc
Committed By: tnn
Date: Sat Nov 2 19:57:02 UTC 2019
Modified Files:
pkgsrc/editors/vim-share: options.mk
Log Message:
vim: fix python option
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/editors/vim-share/options.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/editors/vim-share/options.mk
diff -u pkgsrc/editors/vim-share/options.mk:1.7 pkgsrc/editors/vim-share/options.mk:1.8
--- pkgsrc/editors/vim-share/options.mk:1.7 Sun Dec 10 12:39:47 2017
+++ pkgsrc/editors/vim-share/options.mk Sat Nov 2 19:57:01 2019
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.7 2017/12/10 12:39:47 adam Exp $
+# $NetBSD: options.mk,v 1.8 2019/11/02 19:57:01 tnn Exp $
PKG_SUPPORTED_OPTIONS+= ruby python perl lua luajit
PKG_OPTIONS_VAR= PKG_OPTIONS.vim
@@ -15,10 +15,11 @@ CONFIGURE_ENV+= vi_cv_path_ruby=${RUBY}
.include "../../lang/python/pyversion.mk"
. if empty(_PYTHON_VERSION:M3*)
CONFIGURE_ARGS+= --enable-pythoninterp
+CONFIGURE_ARGS+= --with-python-command=${PYTHONBIN}
. else
CONFIGURE_ARGS+= --enable-python3interp
+CONFIGURE_ARGS+= --with-python3-command=${PYTHONBIN}
. endif
-CONFIGURE_ENV+= vi_cv_path_python=${PYTHONBIN}
.endif
.if !empty(PKG_OPTIONS:Mperl)
Home |
Main Index |
Thread Index |
Old Index