aboutsummaryrefslogtreecommitdiff
path: root/math/vtk6
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2017-12-24 12:17:40 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2017-12-24 12:17:40 +0000
commit8c313cfaa8b42e9a1ec0cd901cecc322dff1dec9 (patch)
treeaa7b1f0e9bbc1d2ec77ed4658beb6e7645d50f4d /math/vtk6
parentaa10447333fe272ff3561e4e071fc74ca3046bf9 (diff)
downloadports-8c313cfaa8b42e9a1ec0cd901cecc322dff1dec9.tar.gz
ports-8c313cfaa8b42e9a1ec0cd901cecc322dff1dec9.zip
Remove flavors from vtk6, it's not useful with PY_FLAVOR (initial
implementation of python flavors didn't have PY_FLAVOR)
Notes
Notes: svn path=/head/; revision=457151
Diffstat (limited to 'math/vtk6')
-rw-r--r--math/vtk6/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/math/vtk6/Makefile b/math/vtk6/Makefile
index 69c6e5a8a475..0fa87bfaa19b 100644
--- a/math/vtk6/Makefile
+++ b/math/vtk6/Makefile
@@ -179,13 +179,12 @@ PLIST_SUB+= JAVA="@comment "
.if ${PORT_OPTIONS:MPYTHON}
USES+= python:2.7
-USE_PYTHON= flavors
CMAKE_ARGS+= -DVTK_WRAP_PYTHON:BOOL=ON \
-DVTK_INSTALL_PYTHON_MODULE_DIR:STRING=${PYTHONPREFIX_SITELIBDIR} \
-DModule_vtkRenderingMatplotlib:BOOL=ON \
-DModule_vtkPythonInterpreter:BOOL=ON
PLIST_SUB+= PYTHON=""
-RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/matplotlib/__init__.py:math/py-matplotlib@${FLAVOR}
+RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/matplotlib/__init__.py:math/py-matplotlib@${PY_FLAVOR}
.else
CMAKE_ARGS+= -DVTK_WRAP_PYTHON:BOOL=OFF
PLIST_SUB+= PYTHON="@comment "