Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Feb 2022 09:01:41 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: e158f70527a9 - 2022Q1 - www/falkon: fix the @qtonly flavor
Message-ID:  <202202250901.21P91f83053575@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=e158f70527a9c49a0fb6648eaab65624a27958e4

commit e158f70527a9c49a0fb6648eaab65624a27958e4
Author:     Adriaan de Groot <adridg@FreeBSD.org>
AuthorDate: 2022-02-02 12:43:16 +0000
Commit:     Max Brazhnikov <makc@FreeBSD.org>
CommitDate: 2022-02-25 09:00:48 +0000

    www/falkon: fix the @qtonly flavor
    
    - karchive is always needed, so move it to the generic
      dependencies part.
    
    (cherry picked from commit 163645bb46886a2ff8dcc375690a3e91f398af89)
---
 www/falkon/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/www/falkon/Makefile b/www/falkon/Makefile
index ecff9910bed1..2f02d7043bb2 100644
--- a/www/falkon/Makefile
+++ b/www/falkon/Makefile
@@ -10,7 +10,8 @@ LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 USES=		cmake desktop-file-utils kde:5 qt:5 ssl tar:xz xorg
-USE_KDE=	ecm_build i18n
+USE_KDE=	archive i18n \
+		ecm_build
 USE_QT=		concurrent core dbus declarative gui location network printsupport \
 		sql webchannel webengine widgets x11extras \
 		buildtools_build qmake_build
@@ -29,7 +30,7 @@ qtonly_CONFLICTS_INSTALL=	${PORTNAME}
 
 .if ${FLAVOR} != qtonly
 CMAKE_ON+=	ENABLE_KDE_FRAMEWORKS_INTEGRATION_PLUGIN
-USE_KDE+=	archive completion config coreaddons crash jobwidgets kio purpose service solid wallet widgetsaddons windowsystem
+USE_KDE+=	completion config coreaddons crash jobwidgets kio purpose service solid wallet widgetsaddons windowsystem
 PLIST_SUB=	KDEINTEGRATION=""
 .else
 PLIST_SUB=	KDEINTEGRATION="@comment "



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202202250901.21P91f83053575>