svn commit: r535466 - in head: devel/kf5-kio x11/kf5-kded
Tobias C. Berner
tcberner at FreeBSD.org
Sat May 16 15:14:14 UTC 2020
Author: tcberner
Date: Sat May 16 15:14:13 2020
New Revision: 535466
URL: https://svnweb.freebsd.org/changeset/ports/535466
Log:
Fix dependencies of kf5-kio and kf5-kded
Modified:
head/devel/kf5-kio/Makefile
head/x11/kf5-kded/Makefile
Modified: head/devel/kf5-kio/Makefile
==============================================================================
--- head/devel/kf5-kio/Makefile Sat May 16 14:45:38 2020 (r535465)
+++ head/devel/kf5-kio/Makefile Sat May 16 15:14:13 2020 (r535466)
@@ -2,6 +2,7 @@
PORTNAME= kio
DISTVERSION= ${KDE_FRAMEWORKS_VERSION}
+PORTREVISION= 1
CATEGORIES= devel kde kde-frameworks
MAINTAINER= kde at 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 \
Modified: head/x11/kf5-kded/Makefile
==============================================================================
--- head/x11/kf5-kded/Makefile Sat May 16 14:45:38 2020 (r535465)
+++ head/x11/kf5-kded/Makefile Sat May 16 15:14:13 2020 (r535466)
@@ -2,6 +2,7 @@
PORTNAME= kded
DISTVERSION= ${KDE_FRAMEWORKS_VERSION}
+PORTREVISION= 1
CATEGORIES= x11 kde kde-frameworks
MAINTAINER= kde at FreeBSD.org
@@ -9,7 +10,7 @@ COMMENT= KF5 extensible daemon for providing system le
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>
More information about the svn-ports-all
mailing list