Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Feb 2026 16:55:25 +0000
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: a575c84c4b45 - main - databases/datafusion-cli: Add missing BUILD_DEPENDS
Message-ID:  <69949d7d.25ce2.1465d140@gitrepo.freebsd.org>

index | next in thread | raw e-mail

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


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69949d7d.25ce2.1465d140>