git: acd9682044bf - main - math/py-scikit-umfpack: Fix build
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 05 Jun 2026 01:03:28 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=acd9682044bf9375db8f416b66bea5bdae4a9853
commit acd9682044bf9375db8f416b66bea5bdae4a9853
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2026-06-04 21:48:33 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2026-06-05 01:03:25 +0000
math/py-scikit-umfpack: Fix build
Reported by: fallout
---
math/py-scikit-umfpack/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/math/py-scikit-umfpack/Makefile b/math/py-scikit-umfpack/Makefile
index 547f39dede0d..38cf8992dc1a 100644
--- a/math/py-scikit-umfpack/Makefile
+++ b/math/py-scikit-umfpack/Makefile
@@ -25,7 +25,7 @@ LIB_DEPENDS= libamd.so:math/suitesparse-amd \
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.16:math/py-numpy@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR}
-USES= fortran localbase:ldflags python
+USES= fortran localbase:ldflags pkgconfig python
USE_PYTHON= pep517 cython autoplist pytest
PEP517_BUILD_CONFIG_SETTING= "-Cbuild-dir=_build"