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 /devel/kf5-kpeople | |
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 'devel/kf5-kpeople')
-rw-r--r-- | devel/kf5-kpeople/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/kf5-kpeople/Makefile b/devel/kf5-kpeople/Makefile index da09ffe02c61..963c7ed946b6 100644 --- a/devel/kf5-kpeople/Makefile +++ b/devel/kf5-kpeople/Makefile @@ -9,7 +9,7 @@ COMMENT= KF5 library providing access to contacts USES= cmake:outsource compiler:c++11-lib gettext kde:5 qt:5 tar:xz USE_KDE= config coreaddons ecm i18n itemviews service widgetsaddons -USE_QT= buildtools_build core dbus gui network qmake_build qml \ +USE_QT= buildtools_build core dbus declarative gui network qmake_build \ sql widgets .include <bsd.port.mk> |