Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Feb 2022 08:45:39 GMT
From:      Max Brazhnikov <makc@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 74073850b0df - main - www/falkon: add missing runtime dependency
Message-ID:  <202202250845.21P8jdCl027690@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by makc:

URL: https://cgit.FreeBSD.org/ports/commit/?id=74073850b0dfca5a4b3adf4775cff7ea9fad2e5c

commit 74073850b0dfca5a4b3adf4775cff7ea9fad2e5c
Author:     Max Brazhnikov <makc@FreeBSD.org>
AuthorDate: 2022-02-25 08:44:59 +0000
Commit:     Max Brazhnikov <makc@FreeBSD.org>
CommitDate: 2022-02-25 08:44:59 +0000

    www/falkon: add missing runtime dependency
    
    sqlite3 pluging is required for storing settings.
    
    Reported by:    Ronald Klop via maillist
---
 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?202202250845.21P8jdCl027690>