aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGleb Popov <arrowd@FreeBSD.org>2021-09-19 07:49:29 +0000
committerGleb Popov <arrowd@FreeBSD.org>2021-09-19 07:50:38 +0000
commit2c0f38fb85951f5fa0280353d4342f95f5c55c5c (patch)
tree4903c65f8853e4392e750947372d177b07c41f04
parent74c998634a3910153179e59ed3fa5f43df3d7332 (diff)
downloadports-2c0f38fb85951f5fa0280353d4342f95f5c55c5c.tar.gz
ports-2c0f38fb85951f5fa0280353d4342f95f5c55c5c.zip
devel/kf5-kio: Add missing dependency on x11-toolkits/kf5-kguiaddons
PR: 258259 Approved by: adridg
-rw-r--r--devel/kf5-kio/Makefile3
1 files changed, 2 insertions, 1 deletions
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 \