Date: Sun, 19 Sep 2021 07:52:21 GMT From: Gleb Popov <arrowd@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 2c0f38fb8595 - main - devel/kf5-kio: Add missing dependency on x11-toolkits/kf5-kguiaddons Message-ID: <202109190752.18J7qLZs098752@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by arrowd: URL: https://cgit.FreeBSD.org/ports/commit/?id=2c0f38fb85951f5fa0280353d4342f95f5c55c5c commit 2c0f38fb85951f5fa0280353d4342f95f5c55c5c Author: Gleb Popov <arrowd@FreeBSD.org> AuthorDate: 2021-09-19 07:49:29 +0000 Commit: Gleb Popov <arrowd@FreeBSD.org> CommitDate: 2021-09-19 07:50:38 +0000 devel/kf5-kio: Add missing dependency on x11-toolkits/kf5-kguiaddons PR: 258259 Approved by: adridg --- devel/kf5-kio/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/devel/kf5-kio/Makefile b/devel/kf5-kio/Makefile index e9e30041beef..6490dcb6bf40 100644 --- a/devel/kf5-kio/Makefile +++ b/devel/kf5-kio/Makefile @@ -1,5 +1,6 @@ PORTNAME= kio DISTVERSION= ${KDE_FRAMEWORKS_VERSION} +PORTREVISION= 1 CATEGORIES= devel kde kde-frameworks MAINTAINER= kde@FreeBSD.org @@ -9,7 +10,7 @@ USES= cmake compiler:c++11-lib desktop-file-utils \ gettext gnome kde:5 qt:5 ssl tar:xz USE_GNOME= libxml2 libxslt USE_KDE= archive auth bookmarks codecs completion config \ - configwidgets coreaddons crash dbusaddons \ + configwidgets coreaddons crash dbusaddons guiaddons \ i18n iconthemes itemviews jobwidgets kded \ notifications service solid sonnet textwidgets wallet \ widgetsaddons windowsystem xmlgui \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109190752.18J7qLZs098752>