Date: Sun, 29 Oct 2023 00:44:35 GMT From: Dima Panov <fluffy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: ffccce6fdf95 - main - net/kio-gdrive: add missed dependency on kf5-purpose Message-ID: <202310290044.39T0iZjN011113@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202310290044.39T0iZjN011113>