Index: devel/qt5/Makefile =================================================================== --- devel/qt5/Makefile +++ devel/qt5/Makefile @@ -10,7 +10,7 @@ # * phonon4 is not part of Qt itself. # * we don't want to pull in wayland just yet. # XXX(rene) exclude webengine -USE_QT= ${_USE_QT_ALL:Nphonon4:Ndeclarative:Nwayland:Nwebengine:S/$/_run/} +USE_QT= ${_USE_QT_ALL:Nphonon4:Ndeclarative:Nwayland:Nwebengine:S/$/:run/} USES= metaport qt:5 .include Index: devel/qt6/Makefile =================================================================== --- devel/qt6/Makefile +++ devel/qt6/Makefile @@ -7,6 +7,6 @@ WWW= https://www.qt.io/ USES= metaport qt:6 -USE_QT= ${_USE_QT_ALL:S/$/_run/} +USE_QT= ${_USE_QT_ALL:S/$/:run/} .include