git: 7777d6f50a2a - main - graphics/skanlite: pet stage-qa

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

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

commit 7777d6f50a2af3495e5f878dc03e8813fda8fd5a
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2022-09-05 19:03:23 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2022-09-05 19:06:22 +0000

    graphics/skanlite: pet stage-qa
---
 graphics/skanlite/Makefile | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/graphics/skanlite/Makefile b/graphics/skanlite/Makefile
index 55b725045935..4aecb2826003 100644
--- a/graphics/skanlite/Makefile
+++ b/graphics/skanlite/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	skanlite
 DISTVERSION=	${KDE_APPLICATIONS_VERSION}
+PORTREVISION=	1
 CATEGORIES=	graphics kde kde-applications
 
 MAINTAINER=	kde@FreeBSD.org
@@ -10,12 +11,13 @@ LICENSE=	GPLv2
 LIB_DEPENDS=	libKF5Sane.so:graphics/libksane \
 		libpng.so:graphics/png
 
-USES=		cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz
+USES=		cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz xorg
 USE_KDE=	auth config configwidgets codecs completion \
 		coreaddons i18n jobwidgets kio \
-		service widgetsaddons xmlgui \
+		service solid widgetsaddons windowsystem xmlgui \
 		doctools_build ecm_build
 USE_QT=		core concurrent dbus gui network widgets xml \
 		buildtools_build qmake_build testlib_build
+USE_XORG=	x11
 
 .include <bsd.port.mk>