summaryrefslogtreecommitdiff
path: root/math/py-nlopt
diff options
context:
space:
mode:
authorDaniel Engberg <diizzy@FreeBSD.org>2022-09-09 22:21:11 +0200
committerDaniel Engberg <diizzy@FreeBSD.org>2022-09-09 22:32:24 +0200
commite942e560c468063b850b05ae3df340b36f24c7b5 (patch)
tree39fed7c52034541e982bd08570755e95d2dced7d /math/py-nlopt
parentgames/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/Makefile2
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}