Date: Fri, 25 Feb 2022 09:01:42 GMT From: Max Brazhnikov <makc@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: 7abb7d0c5c4f - 2022Q1 - www/falkon: add missing runtime dependency Message-ID: <202202250901.21P91gEC053599@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2022Q1 has been updated by makc: URL: https://cgit.FreeBSD.org/ports/commit/?id=7abb7d0c5c4f9f7e8d707efb5878158b27f21b8b commit 7abb7d0c5c4f9f7e8d707efb5878158b27f21b8b Author: Max Brazhnikov <makc@FreeBSD.org> AuthorDate: 2022-02-25 08:44:59 +0000 Commit: Max Brazhnikov <makc@FreeBSD.org> CommitDate: 2022-02-25 09:00:48 +0000 www/falkon: add missing runtime dependency sqlite3 pluging is required for storing settings. Reported by: Ronald Klop via maillist (cherry picked from commit 74073850b0dfca5a4b3adf4775cff7ea9fad2e5c) --- www/falkon/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/www/falkon/Makefile b/www/falkon/Makefile index 2f02d7043bb2..7fbdfad51b94 100644 --- a/www/falkon/Makefile +++ b/www/falkon/Makefile @@ -1,5 +1,6 @@ PORTNAME= falkon DISTVERSION= 3.2.0 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= KDE/stable/falkon/${DISTVERSION}/ @@ -13,7 +14,7 @@ USES= cmake desktop-file-utils kde:5 qt:5 ssl tar:xz xorg USE_KDE= archive i18n \ ecm_build USE_QT= concurrent core dbus declarative gui location network printsupport \ - sql webchannel webengine widgets x11extras \ + sql webchannel webengine widgets x11extras sql-sqlite3_run \ buildtools_build qmake_build USE_XORG= xcb
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202202250901.21P91gEC053599>