aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2022-04-14 17:29:17 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2022-04-14 17:32:13 +0000
commitdcf91dd2eff859054789a3e709300a75692f0eb3 (patch)
tree3771d20d9b2c49a73a38a84a220d7f0973d83123
parentce9c993b2074cfea69e688e41c37d72555762655 (diff)
downloadports-dcf91dd2eff859054789a3e709300a75692f0eb3.tar.gz
ports-dcf91dd2eff859054789a3e709300a75692f0eb3.zip
x11-themes/qtcurve: prepare for KDE Frameworks 5.93
PR: 263207
-rw-r--r--x11-themes/qtcurve/Makefile3
1 files changed, 2 insertions, 1 deletions
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