aboutsummaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2019-09-28 17:18:52 +0000
committerJan Beich <jbeich@FreeBSD.org>2019-09-28 17:18:52 +0000
commit4129c8b61d96d56f6e60f596ad748d8cd9b6501f (patch)
tree1dc87a6963b02de4413521282ea148ab36ea49d4 /math
parentca1933b905ce64f8334d6d3ec6733e6da2cdeb8c (diff)
downloadports-4129c8b61d96d56f6e60f596ad748d8cd9b6501f.tar.gz
ports-4129c8b61d96d56f6e60f596ad748d8cd9b6501f.zip
math/ceres-solver: builds fine with python3.6
Notes
Notes: svn path=/head/; revision=513144
Diffstat (limited to 'math')
-rw-r--r--math/ceres-solver/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/ceres-solver/Makefile b/math/ceres-solver/Makefile
index 69164952960d..a430cc5f55aa 100644
--- a/math/ceres-solver/Makefile
+++ b/math/ceres-solver/Makefile
@@ -40,7 +40,7 @@ CUSTOM_BLAS_DESC= Handcoded BLAS routines instead of Eigen
CUSTOM_BLAS_CMAKE_BOOL= CUSTOM_BLAS
DOCS_BUILD_DEPENDS= sphinx-build:textproc/py-sphinx
-DOCS_USES= python:2.7,build
+DOCS_USES= python:build
DOCS_CMAKE_BOOL= BUILD_DOCUMENTATION
EXAMPLES_CMAKE_BOOL= BUILD_EXAMPLES