git: a575c84c4b45 - main - databases/datafusion-cli: Add missing BUILD_DEPENDS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 17 Feb 2026 16:55:25 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=a575c84c4b453efde8c621142d958ae221f7e43a
commit a575c84c4b453efde8c621142d958ae221f7e43a
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-02-17 16:50:19 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-02-17 16:53:37 +0000
databases/datafusion-cli: Add missing BUILD_DEPENDS
---
databases/datafusion-cli/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/databases/datafusion-cli/Makefile b/databases/datafusion-cli/Makefile
index c285116f3c46..9ca4b8b5f88b 100644
--- a/databases/datafusion-cli/Makefile
+++ b/databases/datafusion-cli/Makefile
@@ -12,6 +12,8 @@ WWW= https://datafusion.apache.org/user-guide/cli/ \
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
+BUILD_DEPENDS= protoc:devel/protobuf
+
USES= cargo llvm
CARGO_INSTALL_PATH= datafusion-cli