Date: Sun, 27 May 2018 08:22:14 +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: r470966 - head/graphics/py-mayavi Message-ID: <201805270822.w4R8MEp6056815@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sun May 27 08:22:14 2018 New Revision: 470966 URL: https://svnweb.freebsd.org/changeset/ports/470966 Log: Fix dependencies for DEFAULT_VERSIONS=python=3.x Modified: head/graphics/py-mayavi/Makefile Modified: head/graphics/py-mayavi/Makefile ============================================================================== --- head/graphics/py-mayavi/Makefile Sun May 27 08:17:58 2018 (r470965) +++ head/graphics/py-mayavi/Makefile Sun May 27 08:22:14 2018 (r470966) @@ -23,15 +23,15 @@ LICENSE_FILE_APACHE11= ${WRKSRC}/LICENSE_COLORBREWER.t # See ${WRKSRC}/image_LICENSE.txt for per file license information BUILD_DEPENDS= vtk6>=6.1.0_8:math/vtk6 \ - py27-sphinx>=1.3.1_2:textproc/py-sphinx + ${PYTHON_PKGNAMEPREFIX}sphinx>=1.3.1_2:textproc/py-sphinx@${PY_FLAVOR} RUN_DEPENDS= vtk6>=6.1.0_8:math/vtk6 \ ${PYNUMPY} \ - ${PYTHON_PKGNAMEPREFIX}envisage>=4.4.0:devel/py-envisage@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pyface>=4.5.2:devel/py-pyface@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}scimath>=4.1.2:science/py-scimath@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}traitsui>=4.5.1:graphics/py-traitsui@${FLAVOR} + ${PYTHON_PKGNAMEPREFIX}envisage>=4.4.0:devel/py-envisage@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pyface>=4.5.2:devel/py-pyface@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}scimath>=4.1.2:science/py-scimath@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}traitsui>=4.5.1:graphics/py-traitsui@${PY_FLAVOR} -USES= python:-2.7 shebangfix tar:bzip2 +USES= python:2.7 shebangfix tar:bzip2 USE_PYTHON= autoplist distutils USE_WX= 2.8+ WX_COMPS= python:run
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805270822.w4R8MEp6056815>