summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-09-10 21:36:47 +0800
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-09-10 21:36:47 +0800
commitdc07b12d97ece2922297adb726fadb6e49bd6781 (patch)
treedbd04861fef3b2c58afc502fb8cfb532b03e6520
parentftp/rexx-curl: Unbreak this port with curl 7.85.0 (diff)
-rw-r--r--devel/ros-catkin/Makefile2
-rw-r--r--sysutils/datadog-agent/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/devel/ros-catkin/Makefile b/devel/ros-catkin/Makefile
index 1cf7681e0d07..a05b1552cd84 100644
--- a/devel/ros-catkin/Makefile
+++ b/devel/ros-catkin/Makefile
@@ -10,7 +10,7 @@ WWW= https://docs.ros.org/api/catkin/html/
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
-BUILD_DEPENDS= cmake>=3.15:devel/cmake-core \
+BUILD_DEPENDS= cmake-core>=3.15:devel/cmake-core \
googletest>=1.8.1:devel/googletest \
${PYTHON_PKGNAMEPREFIX}ros-catkin_pkg>=0.4.0:devel/ros-catkin_pkg@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}empy>=1:textproc/py-empy@${PY_FLAVOR} \
diff --git a/sysutils/datadog-agent/Makefile b/sysutils/datadog-agent/Makefile
index c383ec89ee07..694bd4fc0db9 100644
--- a/sysutils/datadog-agent/Makefile
+++ b/sysutils/datadog-agent/Makefile
@@ -12,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
BROKEN_i386= fails to build: vendor/github.com/DataDog/gopsutil/process/process_freebsd.go:95:9: cannot use k.Start.Sec * 1000 (value of type int32) as type int64 in return statement
-BUILD_DEPENDS= cmake>=3.12:devel/cmake-core \
+BUILD_DEPENDS= cmake-core>=3.12:devel/cmake-core \
go-bindata>0:devel/go-bindata
USES= go:modules python:3.7+