git: 806210850ef0 - main - misc/qt6-doc: depend on split out databases/qt6-base_sqldriver
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 19 May 2023 05:38:02 UTC
The branch main has been updated by tcberner: URL: https://cgit.FreeBSD.org/ports/commit/?id=806210850ef0b3be47735fc32e2e6d4ae3f640a7 commit 806210850ef0b3be47735fc32e2e6d4ae3f640a7 Author: Tobias C. Berner <tcberner@FreeBSD.org> AuthorDate: 2023-05-19 05:34:51 +0000 Commit: Tobias C. Berner <tcberner@FreeBSD.org> CommitDate: 2023-05-19 05:37:34 +0000 misc/qt6-doc: depend on split out databases/qt6-base_sqldriver --- misc/qt6-doc/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/misc/qt6-doc/Makefile b/misc/qt6-doc/Makefile index 5f908688d8c7..3142eba8482b 100644 --- a/misc/qt6-doc/Makefile +++ b/misc/qt6-doc/Makefile @@ -12,7 +12,8 @@ BUILD_DEPENDS= ${LOCALBASE}/include/vulkan/vulkan.h:graphics/vulkan-headers USES= cmake compiler:c++17-lang \ qt-dist:6 -USE_QT= base declarative tools +USE_QT= base declarative tools \ + sqldriver-sqlite ALL_TARGET= docs INSTALL_TARGET= install_docs