git: da8f8b1fb718 - main - x11-toolkits/kf5-kirigami2: pet stage-qa
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 05 Sep 2022 19:12:57 UTC
The branch main has been updated by fluffy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=da8f8b1fb7188f0bba1132926ceb072b1ef54a85
commit da8f8b1fb7188f0bba1132926ceb072b1ef54a85
Author: Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2022-09-05 19:05:04 +0000
Commit: Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2022-09-05 19:07:03 +0000
x11-toolkits/kf5-kirigami2: pet stage-qa
---
x11-toolkits/kf5-kirigami2/Makefile | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/x11-toolkits/kf5-kirigami2/Makefile b/x11-toolkits/kf5-kirigami2/Makefile
index d8c50acc8b4e..f72b43031d39 100644
--- a/x11-toolkits/kf5-kirigami2/Makefile
+++ b/x11-toolkits/kf5-kirigami2/Makefile
@@ -1,5 +1,6 @@
PORTNAME= kirigami2
DISTVERSION= ${KDE_FRAMEWORKS_VERSION}
+PORTREVISION= 1
CATEGORIES= x11-toolkits kde kde-frameworks
MAINTAINER= kde@FreeBSD.org
@@ -8,8 +9,8 @@ COMMENT= QtQuick based components set
USES= cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
USE_KDE= kdeclarative \
ecm_build
-USE_QT= core dbus declarative graphicaleffects gui linguisttools network \
- quickcontrols2 svg widgets \
+USE_QT= core concurrent dbus declarative graphicaleffects gui \
+ linguisttools network quickcontrols2 svg widgets \
buildtools_build qmake_build testlib_build
.include <bsd.port.mk>