git: 1d85a07a2cf7 - main - multimedia/librespot: fix build

From: Dries Michiels <driesm_at_FreeBSD.org>
Date: Fri, 22 Nov 2024 14:50:11 UTC
The branch main has been updated by driesm:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1d85a07a2cf7c35c7a43eb8a96d526adadf9a192

commit 1d85a07a2cf7c35c7a43eb8a96d526adadf9a192
Author:     Dries Michiels <driesm@FreeBSD.org>
AuthorDate: 2024-11-22 14:49:21 +0000
Commit:     Dries Michiels <driesm@FreeBSD.org>
CommitDate: 2024-11-22 14:49:56 +0000

    multimedia/librespot: fix build
---
 multimedia/librespot/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/multimedia/librespot/Makefile b/multimedia/librespot/Makefile
index 071939d5c8b5..2f4a86f1c54a 100644
--- a/multimedia/librespot/Makefile
+++ b/multimedia/librespot/Makefile
@@ -11,6 +11,8 @@ WWW=		https://github.com/librespot-org/librespot
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BUILD_DEPENDS=	bindgen:devel/rust-bindgen-cli
+
 USES=		cargo
 
 USE_GITHUB=	yes