Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Dec 2017 12:17:40 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r457151 - head/math/vtk6
Message-ID:  <201712241217.vBOCHes6059867@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 "



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712241217.vBOCHes6059867>