1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00

KDE ports: Fix build with KF6

PR:		280070
This commit is contained in:
Gleb Popov 2024-07-15 11:13:55 +03:00
parent 413a1f2fd2
commit 98f7898318
3 changed files with 3 additions and 8 deletions

View File

@ -20,7 +20,7 @@ USE_KDE= ecm:build
KDE_PLASMA_VERSION= ${DISTVERSION}
KDE_PLASMA_BRANCH= Attic
USE_QT= buildtools:build qmake:build
USE_QT= buildtools:build core:build qmake:build
NO_ARCH= yes

View File

@ -8,12 +8,7 @@ COMMENT= The Oxygen icon theme for KDE
USES= cmake kde:5 qt:5 tar:xz
USE_KDE= ecm:build # We only install icons.
# 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; we're just installing a ton of
# icon files and do not even use the paths queried from qmake.
USE_QT= buildtools:build qmake:build
USE_QT= buildtools:build core:build qmake:build
NO_ARCH= yes

View File

@ -12,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING.LIB
USES= cmake kde:5 qt:5 tar:xz
USE_KDE= ecm:build
USE_QT= buildtools:build qmake:build
USE_QT= buildtools:build core:build qmake:build
NO_ARCH= yes