git: 130b77a63ee0 - main - graphics/kdegraphics-thumbnailers: pet stage-qa

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

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

commit 130b77a63ee0577d8fcfe3f38ddd33bbd949e9b4
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2022-09-05 19:03:10 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2022-09-05 19:06:17 +0000

    graphics/kdegraphics-thumbnailers: pet stage-qa
---
 graphics/kdegraphics-thumbnailers/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/graphics/kdegraphics-thumbnailers/Makefile b/graphics/kdegraphics-thumbnailers/Makefile
index 95952a33d67f..3158d9f851cd 100644
--- a/graphics/kdegraphics-thumbnailers/Makefile
+++ b/graphics/kdegraphics-thumbnailers/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	kdegraphics-thumbnailers
 DISTVERSION=	${KDE_APPLICATIONS_VERSION}
+PORTREVISION=	1
 CATEGORIES=	graphics kde kde-applications
 
 MAINTAINER=	kde@FreeBSD.org
@@ -7,11 +8,12 @@ COMMENT=	Thumbnailers for various graphics file formats
 
 LIB_DEPENDS=	 libqmobipocket.so:graphics/kdegraphics-mobipocket
 
-USES=		cmake compiler:c++11-lang kde:5 qt:5 tar:xz
+USES=		cmake compiler:c++11-lang kde:5 qt:5 tar:xz xorg
 USE_KDE=	archive completion config coreaddons jobwidgets libkdcraw \
 		libkexiv2 kio service solid widgetsaddons windowsystem \
 		ecm_build
 USE_QT=		concurrent core dbus gui network widgets \
 		buildtools_build qmake_build
+USE_XORG=	x11
 
 .include <bsd.port.mk>