Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Nov 2024 14:50:11 GMT
From:      Dries Michiels <driesm@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 1d85a07a2cf7 - main - multimedia/librespot: fix build
Message-ID:  <202411221450.4AMEoBIC045643@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202411221450.4AMEoBIC045643>