git: 0b12627c43b5 - main - math/py-contourpy: Add USES=localbase to fix build

From: Wen Heping <wen_at_FreeBSD.org>
Date: Fri, 12 Apr 2024 10:44:40 UTC
The branch main has been updated by wen:

URL: https://cgit.FreeBSD.org/ports/commit/?id=0b12627c43b5e4b7f35f537b2e93ff97114849d4

commit 0b12627c43b5e4b7f35f537b2e93ff97114849d4
Author:     Wen Heping <wen@FreeBSD.org>
AuthorDate: 2024-04-12 10:41:06 +0000
Commit:     Wen Heping <wen@FreeBSD.org>
CommitDate: 2024-04-12 10:44:14 +0000

    math/py-contourpy: Add USES=localbase to fix build
    
    Reported by:    vvd@,rhurlin@
---
 math/py-contourpy/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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}