git: c608453e9daa - main - www/choqok: pet stage-qa

From: Dima Panov <fluffy_at_FreeBSD.org>
Date: Mon, 05 Sep 2022 19:12:39 UTC
The branch main has been updated by fluffy:

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

commit c608453e9daaa8fc6562d540321fa68b85d7b95f
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2022-09-05 19:04:50 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2022-09-05 19:06:57 +0000

    www/choqok: pet stage-qa
---
 www/choqok/Makefile | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/www/choqok/Makefile b/www/choqok/Makefile
index bbc41a0da2ce..562e1288f12b 100644
--- a/www/choqok/Makefile
+++ b/www/choqok/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	choqok
 DISTVERSION=	1.7.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	www kde
 MASTER_SITES=	KDE/stable/${PORTNAME}/${PORTVERSION:R}/src
 DIST_SUBDIR=	KDE/${PORTNAME}
@@ -15,16 +15,17 @@ LIB_DEPENDS=	libqjson-qt5.so:devel/qjson \
 		libqoauth-qt5.so:net/qoauth-qt5 \
 		libtelepathy-qt5.so:net-im/telepathy-qt
 
-USES=		cmake compiler:c++11-lib gettext kde:5 pkgconfig qca qt:5 tar:xz
+USES=		cmake compiler:c++11-lib gettext kde:5 pkgconfig qca qt:5 \
+		tar:xz xorg
 USE_KDE=	attica auth bookmarks codecs completion config configwidgets \
 		coreaddons doctools ecm emoticons globalaccel guiaddons i18n \
 		itemviews jobwidgets kcmutils kdewebkit kio notifications \
 		notifyconfig parts purpose service solid sonnet textwidgets \
-		wallet widgetsaddons xmlgui \
+		wallet widgetsaddons windowsystem xmlgui \
 		kded_run
 USE_QT=		concurrent core dbus gui network networkauth webkit widgets xml \
 		buildtools_build qmake_build
-
+USE_XORG=	x11
 USE_LDCONFIG=	yes
 
 .include <bsd.port.mk>