x11-themes/plasma5-plasma-workspace-wallpapers: prepare for KF5-5.94

The previous work around to reduce dependencies is now breaking
the configure stage due to changes upstream.

PR:		263968
This commit is contained in:
Tobias C. Berner 2022-05-18 20:53:57 +02:00
parent 397444ef9f
commit b519384ae9

View file

@ -15,13 +15,6 @@ USE_KDE= ecm
USE_QT= buildtools_build \
qmake_build
# The qmake dependency is only needed so that kf5-e-c-m can query qmake for
# some installation directories.
# We explicitly prevent it from looking for qt5-core and specify qmake's path
# to avoid needlessly depending on qt5-core.
CMAKE_ARGS= -DCMAKE_DISABLE_FIND_PACKAGE_Qt5Core=TRUE \
-DQMAKE_EXECUTABLE:PATH=${QMAKE}
NO_ARCH= yes
.include <bsd.port.mk>