diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2025-02-03 23:24:09 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2025-02-03 23:24:09 +0000 |
commit | 4537784c7cd3e1c6366f84322ef9b3314d28ddc9 (patch) | |
tree | e46b2ac31ccbe09cd3ebf9e88f4e79ade2d9704b | |
parent | bda3ba5b5ddb1363eb8d2b1017f5fa0bd428ce33 (diff) |
net/incidenceeditor: depend on Qt6 kdiagram
-rw-r--r-- | net/incidenceeditor/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 \ |