git: b519384ae9f9 - main - x11-themes/plasma5-plasma-workspace-wallpapers: prepare for KF5-5.94
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 18 May 2022 19:49:57 UTC
The branch main has been updated by tcberner:
URL: https://cgit.FreeBSD.org/ports/commit/?id=b519384ae9f96df57ca74449aa53ec70e9a250c3
commit b519384ae9f96df57ca74449aa53ec70e9a250c3
Author: Tobias C. Berner <tcberner@FreeBSD.org>
AuthorDate: 2022-05-18 18:53:57 +0000
Commit: Tobias C. Berner <tcberner@FreeBSD.org>
CommitDate: 2022-05-18 19:49:50 +0000
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
---
x11-themes/plasma5-plasma-workspace-wallpapers/Makefile | 7 -------
1 file changed, 7 deletions(-)
diff --git a/x11-themes/plasma5-plasma-workspace-wallpapers/Makefile b/x11-themes/plasma5-plasma-workspace-wallpapers/Makefile
index a846d12f6883..247e7a5611b1 100644
--- a/x11-themes/plasma5-plasma-workspace-wallpapers/Makefile
+++ b/x11-themes/plasma5-plasma-workspace-wallpapers/Makefile
@@ -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>