git: 349e67bcf072 - main - print/print-manager: pet stage-qa

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

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

commit 349e67bcf0721879db9e89b8a86c968a077a3113
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2022-09-05 19:04:15 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2022-09-05 19:06:43 +0000

    print/print-manager: pet stage-qa
---
 print/print-manager/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/print/print-manager/Makefile b/print/print-manager/Makefile
index 73d282bf1271..0c06470f6c16 100644
--- a/print/print-manager/Makefile
+++ b/print/print-manager/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	print-manager
 DISTVERSION=	${KDE_APPLICATIONS_VERSION}
+PORTREVISION=	1
 CATEGORIES=	print kde kde-applications
 
 MAINTAINER=	kde@FreeBSD.org
@@ -7,7 +8,7 @@ COMMENT=	Printer manager for KDE
 
 LIB_DEPENDS=	libcups.so:print/cups
 
-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 codecs completion config configwidgets coreaddons \
 		dbusaddons i18n iconthemes itemviews jobwidgets kcmutils \
 		kio notifications plasma-framework service solid widgetsaddons \
@@ -15,6 +16,7 @@ USE_KDE=	auth codecs completion config configwidgets coreaddons \
 		ecm_build
 USE_QT=		concurrent core dbus declarative gui network widgets xml \
 		buildtools_build qmake_build
+USE_XORG=	x11
 
 post-patch:
 	${REINPLACE_CMD} '/CUPS_DATADIR/s|/usr/share/cups|${LOCALBASE}/share/cups|' \