git: 456a66c3f269 - main - deskutils/calindori: pet stage-qa, add missed dependency on desktop-file-utils

From: Dima Panov <fluffy_at_FreeBSD.org>
Date: Sun, 04 Sep 2022 23:58:55 UTC
The branch main has been updated by fluffy:

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

commit 456a66c3f269603a97d04183c3fd0dc3fdb31bae
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2022-09-04 23:57:12 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2022-09-04 23:57:12 +0000

    deskutils/calindori: pet stage-qa, add missed dependency on desktop-file-utils
    
    Approved by:    portmgr blanket
---
 deskutils/calindori/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/deskutils/calindori/Makefile b/deskutils/calindori/Makefile
index 6dcbdae06d85..4524076f943f 100644
--- a/deskutils/calindori/Makefile
+++ b/deskutils/calindori/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	calindori
 DISTVERSION=	1.4
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	deskutils
 MASTER_SITES=	KDE/stable/${PORTNAME}/
 
@@ -10,7 +10,7 @@ COMMENT=	Calendar application for desktop and phone
 LICENSE=	GPLv3+
 LICENSE_FILE=	${WRKSRC}/LICENSES/GPL-3.0-or-later.txt
 
-USES=		cmake compiler:c++17-lang gl kde:5 pkgconfig qt:5 tar:xz
+USES=		cmake compiler:c++17-lang desktop-file-utils gl kde:5 pkgconfig qt:5 tar:xz
 USE_GL=		gl
 USE_QT=		core dbus declarative gui \
 		network quickcontrols quickcontrols2 \