aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2024-02-03 16:47:59 +0000
committerThierry Thomas <thierry@FreeBSD.org>2024-02-03 16:53:33 +0000
commit9532bafba3bf3bdfa753f70d6cd17fe8f92921d2 (patch)
tree4e265049924e1e3ac7984cd8e6b64d38e027fdba
parent907465b3032c41ddd7d4752121b0cca8305b3aef (diff)
downloadports-9532bafba3bf3bdfa753f70d6cd17fe8f92921d2.tar.gz
ports-9532bafba3bf3bdfa753f70d6cd17fe8f92921d2.zip
science/py-meshio: fix build with wheel
-rw-r--r--science/py-meshio/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/science/py-meshio/Makefile b/science/py-meshio/Makefile
index 174886d7602c..5770e4780961 100644
--- a/science/py-meshio/Makefile
+++ b/science/py-meshio/Makefile
@@ -11,7 +11,8 @@ WWW= https://github.com/nschloe/meshio
LICENSE= MIT
BUILD_DEPENDS= ${PYNUMPY} \
- ${PYTHON_PKGNAMEPREFIX}h5py>0:science/py-h5py@${PY_FLAVOR}
+ ${PYTHON_PKGNAMEPREFIX}h5py>0:science/py-h5py@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYNUMPY} \
${PYTHON_PKGNAMEPREFIX}h5py>0:science/py-h5py@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}rich>0:textproc/py-rich@${PY_FLAVOR}\