diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2018-03-24 18:13:33 +0800 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2018-03-24 18:13:33 +0800 |
commit | fc292011ac615233051cadb1585f7e508c1eb4f8 (patch) | |
tree | 26dcb6dd0cf4755259f2c32a58e77b353bc1ac00 /sysutils | |
parent | 2693c10fc18fec12249a542f4d35f59f4444a5cc (diff) | |
download | freebsd-ports-gnome-fc292011ac615233051cadb1585f7e508c1eb4f8.tar.gz freebsd-ports-gnome-fc292011ac615233051cadb1585f7e508c1eb4f8.tar.zst freebsd-ports-gnome-fc292011ac615233051cadb1585f7e508c1eb4f8.zip |
Sync kde.mk a bit with the development repo.
This should ease the import of the new ports for Applications and Plasma Desktop.
- add some more component handling
- bump KDE_APPLICATIONS_VERSION (no direct consumers exist in the ports tree atm)
- fix some space/tab errors
Differential Revision: https://reviews.freebsd.org/D14814
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/kf5-baloo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/kf5-baloo/Makefile b/sysutils/kf5-baloo/Makefile index e46d654535dd..26098cf8b51a 100644 --- a/sysutils/kf5-baloo/Makefile +++ b/sysutils/kf5-baloo/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= liblmdb.so:databases/lmdb \ USES= cmake:outsource compiler:c++11-lib gettext kde:5 pathfix tar:xz USE_KDE= auth completion config coreaddons crash dbusaddons \ - filemetadata5 i18n idletime jobwidgets kio service \ + filemetadata i18n idletime jobwidgets kio service \ solid widgetsaddons USE_QT5= buildtools_build core dbus gui network qmake_build \ qml quick testlib widgets |