diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2023-10-29 00:43:50 +0000 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2023-10-29 00:43:50 +0000 |
commit | ffccce6fdf9543a9d28ab4a09663b3dc2456e704 (patch) | |
tree | f4d9b9745af2a887784c5100ec0dc461fe9f8f4b | |
parent | 9acd8f2d16b48fd2414ba8b95db209fdfdba0b1a (diff) |
net/kio-gdrive: add missed dependency on kf5-purpose
-rw-r--r-- | net/kio-gdrive/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 \ |