git: dcf91dd2eff8 - main - x11-themes/qtcurve: prepare for KDE Frameworks 5.93
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 14 Apr 2022 17:38:44 UTC
The branch main has been updated by tcberner: URL: https://cgit.FreeBSD.org/ports/commit/?id=dcf91dd2eff859054789a3e709300a75692f0eb3 commit dcf91dd2eff859054789a3e709300a75692f0eb3 Author: Tobias C. Berner <tcberner@FreeBSD.org> AuthorDate: 2022-04-14 17:29:17 +0000 Commit: Tobias C. Berner <tcberner@FreeBSD.org> CommitDate: 2022-04-14 17:32:13 +0000 x11-themes/qtcurve: prepare for KDE Frameworks 5.93 PR: 263207 --- x11-themes/qtcurve/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x11-themes/qtcurve/Makefile b/x11-themes/qtcurve/Makefile index 61ecd7975a79..997f58ff8cde 100644 --- a/x11-themes/qtcurve/Makefile +++ b/x11-themes/qtcurve/Makefile @@ -52,8 +52,9 @@ PLIST= ${PKGDIR}/pkg-plist.${QTCURVE_SLAVE} .if ${QTCURVE_SLAVE} == "utils" PKGNAMESUFFIX= -utils -USES+= gettext-runtime kde:5 +USES+= gettext-runtime kde:5 qt:5 USE_KDE+= i18n_build +USE_QT+= buildtools_build qmake_build USE_LDCONFIG= yes BUILD_WRKSRC= ${WRKSRC} .else