git: 00e161175ace - main - audio/hydrogen: add missing build dependency on testlib

Tobias C. Berner tcberner at FreeBSD.org
Mon Jul 19 04:58:00 UTC 2021


The branch main has been updated by tcberner:

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

commit 00e161175acef9f4f46721b50736aef548fb0baa
Author:     Tobias C. Berner <tcberner at FreeBSD.org>
AuthorDate: 2021-07-19 04:49:41 +0000
Commit:     Tobias C. Berner <tcberner at 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


More information about the dev-commits-ports-main mailing list