git: 2a87b26446bc - main - www/dooble: qt6 flavor fix
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 20 Jun 2023 09:34:51 UTC
The branch main has been updated by fernape: URL: https://cgit.FreeBSD.org/ports/commit/?id=2a87b26446bc3695d4c0b79fb4f72d235b052a42 commit 2a87b26446bc3695d4c0b79fb4f72d235b052a42 Author: Eric Camachat <eric@camachat.org> AuthorDate: 2023-06-19 07:08:56 +0000 Commit: Fernando Apesteguía <fernape@FreeBSD.org> CommitDate: 2023-06-20 09:29:43 +0000 www/dooble: qt6 flavor fix sqldriver-sqlite is no longer a part of qt6-base after https://cgit.freebsd.org/ports/commit/?id=fe629e0d7c4b442064675fb96325afcbd2336521 Add it as a dependency. PR: 272074 Reported by: eric@camachat.org (maintainer) --- www/dooble/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/www/dooble/Makefile b/www/dooble/Makefile index 8df23d350992..6ea680535995 100644 --- a/www/dooble/Makefile +++ b/www/dooble/Makefile @@ -1,5 +1,6 @@ PORTNAME= dooble DISTVERSION= 2023.05.31 +PORTREVISION= 1 CATEGORIES= www PKGNAMESUFFIX= -${FLAVOR} @@ -25,7 +26,7 @@ USE_QT= concurrent core declarative gui location network printsupport \ sql webchannel webengine widgets xml sql-sqlite3:run \ buildtools:build qmake:build . elif ${FLAVOR} == qt6 -USE_QT= base charts webchannel webengine +USE_QT= base charts sqldriver-sqlite webchannel webengine .endif USE_XORG= xcb