aboutsummaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorDaniel Engberg <diizzy@FreeBSD.org>2022-09-09 20:21:11 +0000
committerDaniel Engberg <diizzy@FreeBSD.org>2022-09-09 20:32:24 +0000
commite942e560c468063b850b05ae3df340b36f24c7b5 (patch)
tree39fed7c52034541e982bd08570755e95d2dced7d /misc
parent8dd0bfb67c94a5984e73f8117ea292fdb62ce6f4 (diff)
downloadports-e942e560c468063b850b05ae3df340b36f24c7b5.tar.gz
ports-e942e560c468063b850b05ae3df340b36f24c7b5.zip
*/*: Update path set in BUILD_DEPENDS for CMake
Commit b23ea4e2d2f51b53d8915fe9fd7b4efbdd575e38 changed its location to devel/cmake-core Approved by: portmgr (blanket)
Diffstat (limited to 'misc')
-rw-r--r--misc/py-xgboost/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/py-xgboost/Makefile b/misc/py-xgboost/Makefile
index 8a40943fef0e..8cb6f3531da8 100644
--- a/misc/py-xgboost/Makefile
+++ b/misc/py-xgboost/Makefile
@@ -11,7 +11,7 @@ WWW= https://xgboost.ai/
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/../LICENSE
-BUILD_DEPENDS= cmake:devel/cmake
+BUILD_DEPENDS= cmake:devel/cmake-core
LIB_DEPENDS= libdmlc.so:devel/dmlc-core \
libxgboost.so:misc/xgboost
RUN_DEPENDS= ${PYNUMPY} \