git: df8015f55bf4 - main - comms/klog: add missin dependency on testlib
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 12 Oct 2022 10:38:47 UTC
The branch main has been updated by tcberner: URL: https://cgit.FreeBSD.org/ports/commit/?id=df8015f55bf4e17356559641820f4cbf4fb5ad1f commit df8015f55bf4e17356559641820f4cbf4fb5ad1f Author: Tobias C. Berner <tcberner@FreeBSD.org> AuthorDate: 2022-10-12 10:37:22 +0000 Commit: Tobias C. Berner <tcberner@FreeBSD.org> CommitDate: 2022-10-12 10:37:51 +0000 comms/klog: add missin dependency on testlib PR: 266950 --- comms/klog/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comms/klog/Makefile b/comms/klog/Makefile index e3ce7f90b5c8..779c07b314ff 100644 --- a/comms/klog/Makefile +++ b/comms/klog/Makefile @@ -15,7 +15,7 @@ USE_GITHUB= yes USE_GL= gl USE_QT= buildtools:build charts core declarative gui \ linguisttools:build location multimedia network \ - printsupport sql sql-sqlite3:run serialport widgets + printsupport sql sql-sqlite3:run serialport testlib:build widgets GH_ACCOUNT= ea4k GH_PROJECT= klog