diff options
Diffstat (limited to 'misc/qbrew/Makefile')
-rw-r--r-- | misc/qbrew/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/qbrew/Makefile b/misc/qbrew/Makefile index cab323a7907f..92e1000b8d70 100644 --- a/misc/qbrew/Makefile +++ b/misc/qbrew/Makefile @@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USES= compiler:c++11-lang gl qmake qt:5 USE_GL= gl -USE_QT= buildtools_build qmake_build \ +USE_QT= buildtools:build qmake:build \ core gui printsupport widgets xml QMAKE_ARGS= CONFIG+="configure" |