diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2022-10-12 10:37:22 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2022-10-12 10:37:51 +0000 |
commit | df8015f55bf4e17356559641820f4cbf4fb5ad1f (patch) | |
tree | 17a3da2b0df1cd8787e7770dd1133c2ceb9d8659 /comms | |
parent | e4f67ad38573254d0bf499f2f587a4914ff08223 (diff) |
comms/klog: add missin dependency on testlib
PR: 266950
Diffstat (limited to 'comms')
-rw-r--r-- | comms/klog/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |