git: 4537784c7cd3 - main - net/incidenceeditor: depend on Qt6 kdiagram

From: Max Brazhnikov <makc_at_FreeBSD.org>
Date: Mon, 03 Feb 2025 23:24:33 UTC
The branch main has been updated by makc:

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

commit 4537784c7cd3e1c6366f84322ef9b3314d28ddc9
Author:     Max Brazhnikov <makc@FreeBSD.org>
AuthorDate: 2025-02-03 23:24:09 +0000
Commit:     Max Brazhnikov <makc@FreeBSD.org>
CommitDate: 2025-02-03 23:24:09 +0000

    net/incidenceeditor: depend on Qt6 kdiagram
---
 net/incidenceeditor/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/net/incidenceeditor/Makefile b/net/incidenceeditor/Makefile
index c340589edece..d970725b6116 100644
--- a/net/incidenceeditor/Makefile
+++ b/net/incidenceeditor/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	incidenceeditor
 DISTVERSION=	${KDE_APPLICATIONS_VERSION}
+PORTREVISION=	1
 CATEGORIES=	net kde kde-applications
 
 MAINTAINER=	kde@FreeBSD.org
@@ -9,7 +10,7 @@ WWW=		https://github.com/KDE/mailcommon
 LICENSE=	LGPL21
 
 BUILD_DEPENDS=	${LOCALBASE}/include/boost/range/algorithm.hpp:devel/boost-libs
-LIB_DEPENDS=	libKGantt.so:graphics/kdiagram
+LIB_DEPENDS=	libKChart6.so:graphics/kdiagram-qt6
 
 USES=		cmake compiler:c++11-lib gettext kde:6 qt:6 tar:xz xorg
 USE_KDE=	auth codecs completion config configwidgets coreaddons i18n \