diff options
author | Daniel Engberg <diizzy@FreeBSD.org> | 2022-09-09 23:00:54 +0200 |
---|---|---|
committer | Daniel Engberg <diizzy@FreeBSD.org> | 2022-09-09 23:02:04 +0200 |
commit | e2438a86b81aea7cd41a66ca23fc49510679d85b (patch) | |
tree | f88a421ed67abc4b9fcf70548478bdc6d19564e3 /math/py-gau2grid | |
parent | math/R: Update path set in RUN_DEPENDS for CMake (diff) |
*/*: Update path set in BUILD_DEPENDS for CMake in more ports
Commit b23ea4e2d2f51b53d8915fe9fd7b4efbdd575e38 changed its location to
devel/cmake-core
Approved by: portmgr (blanket)
Diffstat (limited to 'math/py-gau2grid')
-rw-r--r-- | math/py-gau2grid/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/py-gau2grid/Makefile b/math/py-gau2grid/Makefile index 8f1a20a8b616..2ea05f2fd45b 100644 --- a/math/py-gau2grid/Makefile +++ b/math/py-gau2grid/Makefile @@ -12,7 +12,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYNUMPY} \ - cmake:devel/cmake + cmake:devel/cmake-core RUN_DEPENDS= ${PYNUMPY} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} |