diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2018-11-04 19:00:53 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2018-11-04 19:00:53 +0000 |
commit | 89d1bb9ab01e93b870f01933054c0acd8205ff46 (patch) | |
tree | e0f4b7d2567ee42aa9691bf31504507d0e3eaaca /sysutils/kf5-baloo/Makefile | |
parent | 29439ee094406379a3bf20855d95ae8c42f20200 (diff) | |
download | ports-89d1bb9ab01e93b870f01933054c0acd8205ff46.tar.gz ports-89d1bb9ab01e93b870f01933054c0acd8205ff46.zip |
Merge lang/qt5-qml and x11-toolkits/qt5-quick into x11-toolkits/qt5-declarative
- There was no obvious reason to split these ports, and it makes
porting simpler; the set of ports using either mostly coincided.
Exp-run by: antoine
PR: 223687
PR: 232751
Notes
Notes:
svn path=/head/; revision=484140
Diffstat (limited to 'sysutils/kf5-baloo/Makefile')
-rw-r--r-- | sysutils/kf5-baloo/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/kf5-baloo/Makefile b/sysutils/kf5-baloo/Makefile index 156a8bcd3a03..e2fbd7275fd4 100644 --- a/sysutils/kf5-baloo/Makefile +++ b/sysutils/kf5-baloo/Makefile @@ -2,6 +2,7 @@ PORTNAME= baloo DISTVERSION= ${KDE_FRAMEWORKS_VERSION} +PORTREVISION= 1 CATEGORIES= sysutils kde kde-frameworks MAINTAINER= kde@FreeBSD.org @@ -14,8 +15,8 @@ USES= cmake:outsource compiler:c++11-lib gettext kde:5 pathfix qt:5 tar:xz USE_KDE= auth completion config coreaddons crash dbusaddons \ filemetadata i18n idletime jobwidgets kio service \ solid widgetsaddons -USE_QT= buildtools_build core dbus gui network qmake_build \ - qml quick testlib widgets +USE_QT= buildtools_build core dbus declarative gui network qmake_build \ + testlib widgets # Frameworks ports install localization files that conflict with some # KDE4 localization ports |