summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
Diffstat (limited to 'math')
-rw-r--r--math/py-contourpy/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/math/py-contourpy/Makefile b/math/py-contourpy/Makefile
index 0634650aa669..383bd616cf47 100644
--- a/math/py-contourpy/Makefile
+++ b/math/py-contourpy/Makefile
@@ -1,5 +1,6 @@
PORTNAME= contourpy
PORTVERSION= 1.2.1
+PORTREVISION= 1
CATEGORIES= math python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -17,7 +18,7 @@ BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/pybind11:devel/py-pybind11@${PY_FLAVOR} \
RUN_DEPENDS= ${PYNUMPY}
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}matplotlib>=0:math/py-matplotlib@${PY_FLAVOR}
-USES= pkgconfig python
+USES= localbase pkgconfig python
USE_PYTHON= autoplist concurrent pep517 pytest
BINARY_ALIAS= pybind11-config=pybind11-config-${PYTHON_VER}