Date: Mon, 3 Feb 2025 23:24:33 GMT From: Max Brazhnikov <makc@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 4537784c7cd3 - main - net/incidenceeditor: depend on Qt6 kdiagram Message-ID: <202502032324.513NOXAw083732@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202502032324.513NOXAw083732>