Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Jul 2021 04:58:00 GMT
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 00e161175ace - main - audio/hydrogen: add missing build dependency on testlib
Message-ID:  <202107190458.16J4w0g1021574@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by tcberner:

URL: https://cgit.FreeBSD.org/ports/commit/?id=00e161175acef9f4f46721b50736aef548fb0baa

commit 00e161175acef9f4f46721b50736aef548fb0baa
Author:     Tobias C. Berner <tcberner@FreeBSD.org>
AuthorDate: 2021-07-19 04:49:41 +0000
Commit:     Tobias C. Berner <tcberner@FreeBSD.org>
CommitDate: 2021-07-19 04:57:53 +0000

    audio/hydrogen: add missing build dependency on testlib
    
    The dependency was previously pulled in transitively.
    
    PR:             257100
---
 audio/hydrogen/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/audio/hydrogen/Makefile b/audio/hydrogen/Makefile
index fd38d3314b64..825bca69bb6a 100644
--- a/audio/hydrogen/Makefile
+++ b/audio/hydrogen/Makefile
@@ -16,7 +16,7 @@ LIB_DEPENDS=	libsndfile.so:audio/libsndfile \
 USES=		cmake compiler:c++11-lang desktop-file-utils pkgconfig \
 		localbase qt:5
 USE_QT=		core gui network widgets xml xmlpatterns buildtools_build \
-		linguisttools_build qmake_build
+		linguisttools_build qmake_build testlib_build
 USE_LDCONFIG=	yes
 
 USE_GITHUB=	yes



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