summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2020-05-16 15:14:13 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2020-05-16 15:14:13 +0000
commit525abcdf659f47019431ed63936bc75d62e2feea (patch)
tree86e1f48a484b62455b712581bb187107dd513ed8
parentAdd upstream patch to reduce overly long animation speed in Plasma Desktop in... (diff)
Fix dependencies of kf5-kio and kf5-kded
Notes
Notes: svn path=/head/; revision=535466
-rw-r--r--devel/kf5-kio/Makefile3
-rw-r--r--x11/kf5-kded/Makefile3
2 files changed, 4 insertions, 2 deletions
diff --git a/devel/kf5-kio/Makefile b/devel/kf5-kio/Makefile
index 7ebee2475878..de1c9c65e000 100644
--- a/devel/kf5-kio/Makefile
+++ b/devel/kf5-kio/Makefile
@@ -2,6 +2,7 @@
PORTNAME= kio
DISTVERSION= ${KDE_FRAMEWORKS_VERSION}
+PORTREVISION= 1
CATEGORIES= devel kde kde-frameworks
MAINTAINER= kde@FreeBSD.org
@@ -12,7 +13,7 @@ USES= cmake compiler:c++11-lib desktop-file-utils \
USE_GNOME= libxml2 libxslt
USE_KDE= archive auth bookmarks codecs completion config \
configwidgets coreaddons crash dbusaddons doctools ecm \
- i18n iconthemes itemviews jobwidgets \
+ i18n iconthemes itemviews jobwidgets kded \
notifications service solid sonnet textwidgets wallet \
widgetsaddons windowsystem xmlgui
USE_QT= buildtools_build concurrent core dbus gui network \
diff --git a/x11/kf5-kded/Makefile b/x11/kf5-kded/Makefile
index 9c235688e462..b2f78edb75c2 100644
--- a/x11/kf5-kded/Makefile
+++ b/x11/kf5-kded/Makefile
@@ -2,6 +2,7 @@
PORTNAME= kded
DISTVERSION= ${KDE_FRAMEWORKS_VERSION}
+PORTREVISION= 1
CATEGORIES= x11 kde kde-frameworks
MAINTAINER= kde@FreeBSD.org
@@ -9,7 +10,7 @@ COMMENT= KF5 extensible daemon for providing system level services
USES= cmake compiler:c++11-lib kde:5 qt:5 tar:xz
USE_KDE= config coreaddons crash dbusaddons doctools ecm \
- init service
+ service
USE_QT= buildtools_build core dbus gui qmake_build widgets
.include <bsd.port.mk>