git: ffccce6fdf95 - main - net/kio-gdrive: add missed dependency on kf5-purpose
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 29 Oct 2023 00:44:35 UTC
The branch main has been updated by fluffy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=ffccce6fdf9543a9d28ab4a09663b3dc2456e704
commit ffccce6fdf9543a9d28ab4a09663b3dc2456e704
Author: Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2023-10-29 00:43:50 +0000
Commit: Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2023-10-29 00:43:50 +0000
net/kio-gdrive: add missed dependency on kf5-purpose
---
net/kio-gdrive/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/net/kio-gdrive/Makefile b/net/kio-gdrive/Makefile
index 7ab260f3edc2..453281b3cd9e 100644
--- a/net/kio-gdrive/Makefile
+++ b/net/kio-gdrive/Makefile
@@ -1,5 +1,6 @@
PORTNAME= kio-gdrive
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
+PORTREVISION= 1
CATEGORIES= net kde kde-applications
MAINTAINER= kde@FreeBSD.org
@@ -17,7 +18,7 @@ RUN_DEPENDS= kaccounts-providers>=0:net-im/kaccounts-providers
USES= cmake gettext gnome kde:5 pkgconfig qt:5 tar:xz
USE_GNOME= intltool
USE_KDE= completion config coreaddons i18n jobwidgets kio \
- notifications service solid widgetsaddons windowsystem \
+ notifications purpose service solid widgetsaddons windowsystem \
gapi \
ecm:build
USE_QT= concurrent core dbus gui network widgets xml \