aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2024-04-12 10:41:06 +0000
committerWen Heping <wen@FreeBSD.org>2024-04-12 10:44:14 +0000
commit0b12627c43b5e4b7f35f537b2e93ff97114849d4 (patch)
treed8267542f1fa55e0478e0506359eea97286a2119
parenta7d6c1cf815a6556eb6476e1eac4be6544bc3130 (diff)
downloadports-0b12627c43b5e4b7f35f537b2e93ff97114849d4.tar.gz
ports-0b12627c43b5e4b7f35f537b2e93ff97114849d4.zip
math/py-contourpy: Add USES=localbase to fix build
Reported by: vvd@,rhurlin@
-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}