diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2019-05-13 09:55:23 +0000 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2019-05-13 09:55:23 +0000 |
commit | 8ad9672196b90ba7cfca2a50fb8c0393bb5ed5dd (patch) | |
tree | f3766d247ad90bf0ccd3eaa4e8650f514f8570ac | |
parent | astro/gpscorrelate: fix build with GCC-based architectures (diff) |
- Add missed runtime dependency on QML/QtGraphicalEffects
With hat: kde
-rw-r--r-- | x11-toolkits/kf5-kirigami2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-toolkits/kf5-kirigami2/Makefile b/x11-toolkits/kf5-kirigami2/Makefile index 2aa9a6687c54..7507f7a1ec14 100644 --- a/x11-toolkits/kf5-kirigami2/Makefile +++ b/x11-toolkits/kf5-kirigami2/Makefile @@ -3,6 +3,7 @@ PORTNAME= kirigami2 PORTVERSION= ${KDE_FRAMEWORKS_VERSION} +PORTREVISION= 1 CATEGORIES= x11-toolkits kde kde-frameworks MAINTAINER= kde@FreeBSD.org @@ -10,7 +11,7 @@ COMMENT= QtQuick based components set USES= cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz USE_KDE= ecm kdeclarative -USE_QT= core dbus declarative gui linguisttools network \ +USE_QT= core dbus declarative graphicaleffects gui linguisttools network \ quickcontrols2 svg testlib widgets \ buildtools_build qmake_build |