Created attachment 253086 [details] Patch to fix the build with portmaster When I try to build astro/marble with **Portmaster** on a recent ports tree, it wants to insert the KDE6 dependency devel/kf6-extra-cmake-modules: ===>>> The following actions will be taken if you choose to proceed: Re-install marble-23.08.5_2 Install devel/kf6-extra-cmake-modules This does not happen if I build the port manually in the ports directory via 'make clean && make install'. Also in Poudriere devel/kf6-extra-cmake-modules is not included. The box is 15.0-CURRENT amd64 with only KDE5 framework, plasma etc. installed. Changing USE_KDE= into USE_KDE5= seems to solve the issue. A patch is appended.
Same as https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=281061
Thanks to vvd@ (bug #281061) I did remove devel/kf5-extra-cmake-modules and install devel/kf6-extra-cmake-modules. All seems to work as expected.