svn commit: r457151 - head/math/vtk6

Antoine Brodin antoine at FreeBSD.org
Sun Dec 24 12:17:42 UTC 2017


Author: antoine
Date: Sun Dec 24 12:17:40 2017
New Revision: 457151
URL: https://svnweb.freebsd.org/changeset/ports/457151

Log:
  Remove flavors from vtk6, it's not useful with PY_FLAVOR  (initial
  implementation of python flavors didn't have PY_FLAVOR)

Modified:
  head/math/vtk6/Makefile

Modified: head/math/vtk6/Makefile
==============================================================================
--- head/math/vtk6/Makefile	Sun Dec 24 12:00:26 2017	(r457150)
+++ head/math/vtk6/Makefile	Sun Dec 24 12:17:40 2017	(r457151)
@@ -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 "


More information about the svn-ports-all mailing list