Skip to content

Commit

Permalink
graphics/py-mayavi: Remove USE_PYTHON=noflavors
Browse files Browse the repository at this point in the history
noflavors makes this port an outlier for depending ports.
  • Loading branch information
yurivict committed Dec 24, 2022
1 parent 50bbd0a commit 8ff4eae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions graphics/py-mayavi/Makefile
@@ -1,6 +1,6 @@
PORTNAME= mayavi
DISTVERSION= 4.8.1
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= graphics science python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand Down Expand Up @@ -33,7 +33,7 @@ RUN_DEPENDS= ${PYNUMPY} \
${PYTHON_PKGNAMEPREFIX}traitsui>=7.0.0:graphics/py-traitsui@${PY_FLAVOR} # list is in mayavi/__init__.py

USES= python:3.6+ shebangfix
USE_PYTHON= noflavors distutils autoplist # noflavors to force python to be of the same version as in vtk9, which always has default python version
USE_PYTHON= distutils autoplist

USE_WX= 3.2
WX_COMPS= python:run
Expand Down

0 comments on commit 8ff4eae

Please sign in to comment.