diff options
author | Daniel Engberg <diizzy@FreeBSD.org> | 2022-09-09 22:21:11 +0200 |
---|---|---|
committer | Daniel Engberg <diizzy@FreeBSD.org> | 2022-09-09 22:32:24 +0200 |
commit | e942e560c468063b850b05ae3df340b36f24c7b5 (patch) | |
tree | 39fed7c52034541e982bd08570755e95d2dced7d /math/py-nlopt | |
parent | games/open-adventure: upgrade to version 1.11 (diff) |
*/*: Update path set in BUILD_DEPENDS for CMake
Commit b23ea4e2d2f51b53d8915fe9fd7b4efbdd575e38 changed its location to
devel/cmake-core
Approved by: portmgr (blanket)
Diffstat (limited to 'math/py-nlopt')
-rw-r--r-- | math/py-nlopt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/py-nlopt/Makefile b/math/py-nlopt/Makefile index c91a8e0866f6..188f30f1f873 100644 --- a/math/py-nlopt/Makefile +++ b/math/py-nlopt/Makefile @@ -12,7 +12,7 @@ LICENSE= LGPL21 MIT LICENSE_COMB= multi LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= cmake:devel/cmake \ +BUILD_DEPENDS= cmake:devel/cmake-core \ swig:devel/swig \ ${PYNUMPY} RUN_DEPENDS= ${PYNUMPY} |