git: 8fa2df2c2f0b - main - net-p2p/eiskaltdcpp-lib: Add missing build dependency on boost

From: Robert Clausecker <fuz_at_FreeBSD.org>
Date: Sun, 06 Sep 2026 16:18:13 UTC
The branch main has been updated by fuz:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8fa2df2c2f0b7c3bd636b032d6c78e54298639b0

commit 8fa2df2c2f0b7c3bd636b032d6c78e54298639b0
Author:     Florian Limberger <flo@purplekraken.com>
AuthorDate: 2026-09-06 14:36:32 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2026-09-06 16:17:02 +0000

    net-p2p/eiskaltdcpp-lib: Add missing build dependency on boost
    
    With the removal of the runtime dependency on Boost::Thread, the build
    depenency on Boost was not satisfied anymore.
    
    Event:          Berlin Hackathon 202609
---
 net-p2p/eiskaltdcpp-lib/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/net-p2p/eiskaltdcpp-lib/Makefile b/net-p2p/eiskaltdcpp-lib/Makefile
index b914d3d69ea6..e48ab21a7b1e 100644
--- a/net-p2p/eiskaltdcpp-lib/Makefile
+++ b/net-p2p/eiskaltdcpp-lib/Makefile
@@ -15,6 +15,8 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 DEPRECATED=	Last release 5 years ago, uses Qt 5, does not build with CMake 4
 EXPIRATION_DATE=2026-11-30
 
+BUILD_DEPENDS=	boost-libs>=0:devel/boost-libs
+
 GENTOO_PATCHES_PREFIX=	${FILESDIR}/gentoo/${PORTNAME}-${PORTVERSION}
 EXTRA_PATCHES=	${GENTOO_PATCHES_PREFIX}-ipv6_upnp.patch:-p1 \
 		${GENTOO_PATCHES_PREFIX}-miniupnpc1.patch:-p1 \