diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2025-01-17 12:18:20 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2025-01-17 12:18:20 +0000 |
commit | 5f6c881af9c2f4aee21d6c0e7a9e0cf44e64e5cc (patch) | |
tree | 1258c18cad2ee37e85c3903cd042272e940af09f | |
parent | ee2cd2e45eae376d1c7157d2e611b8f4b2298604 (diff) |
deskutils/knotes: mark DEPRECATED in preparation for switching to KF6/Qt6
-rw-r--r-- | deskutils/knotes/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/deskutils/knotes/Makefile b/deskutils/knotes/Makefile index 50dfd0aca1e4..a5b61f3e35ab 100644 --- a/deskutils/knotes/Makefile +++ b/deskutils/knotes/Makefile @@ -8,6 +8,9 @@ WWW= https://www.kde.org/ LICENSE= LGPL21 +DEPRECATED= Unmaintained and no longer released by the KDE community +EXPIRATION_DATE= 2025-03-31 + LIB_DEPENDS= libical.so:devel/libical USES= cmake compiler:c++11-lib gettext grantlee:5 kde:5 qt:5 tar:xz \ |