diff options
| author | Thierry Thomas <thierry@FreeBSD.org> | 2026-09-01 19:41:33 +0000 |
|---|---|---|
| committer | Thierry Thomas <thierry@FreeBSD.org> | 2026-09-01 19:41:33 +0000 |
| commit | 6d0d5af0f34f76103c1bfd13aacc7d4361c0f67d (patch) | |
| tree | f0ff77ec54484f688a86432aa0a9a3f96f3f7297 | |
| parent | 648e90afd6747142656e46ffc053d6c317568ebe (diff) | |
cad/cura: chase py-numpy_stl
Approved by: blanket (fix)
| -rw-r--r-- | cad/cura/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cad/cura/Makefile b/cad/cura/Makefile index dc79be61e337..36803363e2e3 100644 --- a/cad/cura/Makefile +++ b/cad/cura/Makefile @@ -1,6 +1,6 @@ PORTNAME= Cura DISTVERSION= 5.7.0 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 2 CATEGORIES= cad DIST_SUBDIR= Ultimaker @@ -19,7 +19,7 @@ BUILD_DEPENDS= Uranium>0,1:cad/uranium RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zeroconf>0:net/py-zeroconf@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyserial>0:comms/py-pyserial@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}shapely>0:devel/py-shapely@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}numpy-stl>0:math/py-numpy-stl@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}numpy_stl>0:math/py-numpy-stl@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}keyring>0:security/py-keyring@${PY_FLAVOR} \ Uranium>=${DISTVERSION}:cad/uranium \ libCharon>=5.0.0:net/libcharon \ |
