git: 3582f12c6568 - main - net-im/tokodon: Add missing dependency
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 30 Dec 2023 20:59:31 UTC
The branch main has been updated by jhale:
URL: https://cgit.FreeBSD.org/ports/commit/?id=3582f12c656813ed4a4a6b1930790eab938bc7a2
commit 3582f12c656813ed4a4a6b1930790eab938bc7a2
Author: Lexi Winter <lexi@le-Fay.ORG>
AuthorDate: 2023-12-30 16:45:21 +0000
Commit: Jason E. Hale <jhale@FreeBSD.org>
CommitDate: 2023-12-30 20:59:02 +0000
net-im/tokodon: Add missing dependency
misc/kf5-purpose is required for runtime.
PR: 276025
---
net-im/tokodon/Makefile | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/net-im/tokodon/Makefile b/net-im/tokodon/Makefile
index 1ce3d3ac6201..d42542f796db 100644
--- a/net-im/tokodon/Makefile
+++ b/net-im/tokodon/Makefile
@@ -1,5 +1,6 @@
PORTNAME= tokodon
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
+PORTREVISION= 1
CATEGORIES= net-im kde kde-applications
MAINTAINER= kde@FreeBSD.org
@@ -16,7 +17,8 @@ RUN_DEPENDS= kirigami-addons>=0.6.1:x11-toolkits/kirigami-addons
USES= cmake desktop-file-utils gettext kde:5 pkgconfig qt:5 tar:xz xorg
USE_KDE= auth codecs completion config configwidgets coreaddons \
dbusaddons i18n jobwidgets kio kirigami2 notifications \
- qqc2-desktop-style service solid widgetsaddons windowsystem \
+ purpose qqc2-desktop-style service solid widgetsaddons \
+ windowsystem \
ecm:build \
itemmodels:run
USE_QT= concurrent core dbus declarative gui multimedia network \