diff options
Diffstat (limited to 'devel/qca/Makefile')
-rw-r--r-- | devel/qca/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/qca/Makefile b/devel/qca/Makefile index 953e6237d01d..0028444ef46d 100644 --- a/devel/qca/Makefile +++ b/devel/qca/Makefile @@ -28,7 +28,7 @@ USE_LDCONFIG= yes CMAKE_ARGS+= -DQCA_SUFFIX=${FLAVOR} \ -D${FLAVOR:tu}:BOOL=TRUE -_USE_QT5= core buildtools_build qmake_build +_USE_QT5= core buildtools:build qmake:build _USE_QT6= 5compat base USE_QT= ${_USE_QT${FLAVOR:S/qt//}} |