git: 2965e4edfb53 - main - */*: clean up KDE meta ports
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 16 Aug 2025 10:51:26 UTC
The branch main has been updated by makc:
URL: https://cgit.FreeBSD.org/ports/commit/?id=2965e4edfb53a0316086d0d2d8c7d1e3588d57ef
commit 2965e4edfb53a0316086d0d2d8c7d1e3588d57ef
Author: Max Brazhnikov <makc@FreeBSD.org>
AuthorDate: 2025-08-16 10:50:13 +0000
Commit: Max Brazhnikov <makc@FreeBSD.org>
CommitDate: 2025-08-16 10:50:13 +0000
*/*: clean up KDE meta ports
---
accessibility/kdeaccessibility/Makefile | 2 +-
graphics/kdegraphics/Makefile | 1 -
multimedia/kdemultimedia/Makefile | 1 -
net/kdenetwork/Makefile | 1 -
x11/kde/Makefile | 1 -
x11/kf6-frameworks/Makefile | 2 --
6 files changed, 1 insertion(+), 7 deletions(-)
diff --git a/accessibility/kdeaccessibility/Makefile b/accessibility/kdeaccessibility/Makefile
index d93d89f8fd47..a34d50a52103 100644
--- a/accessibility/kdeaccessibility/Makefile
+++ b/accessibility/kdeaccessibility/Makefile
@@ -9,7 +9,7 @@ WWW= https://apps.kde.org/categories/utilities/
USES= kde:6 metaport
OPTIONS_DEFINE= KMAG KMOUSETOOL KMOUTH
-OPTIONS_DEFAULT:= ${OPTIONS_DEFINE}
+OPTIONS_DEFAULT= ${OPTIONS_DEFINE}
KMAG_DESC= Install Screen magnifier
KMAG_RUN_DEPENDS= ${KDE_PREFIX}/bin/kmag:accessibility/kmag
diff --git a/graphics/kdegraphics/Makefile b/graphics/kdegraphics/Makefile
index f60cf01f5d91..3b6d678807e2 100644
--- a/graphics/kdegraphics/Makefile
+++ b/graphics/kdegraphics/Makefile
@@ -7,7 +7,6 @@ COMMENT= Graphics applications for KDE (meta port)
WWW= https://apps.kde.org/categories/graphics/
USES= kde:6 metaport qt:6
-USE_QT= #
OPTIONS_DEFINE= COLORD \
GPHOTO \
diff --git a/multimedia/kdemultimedia/Makefile b/multimedia/kdemultimedia/Makefile
index 2346f04da5ea..6ba738c7e442 100644
--- a/multimedia/kdemultimedia/Makefile
+++ b/multimedia/kdemultimedia/Makefile
@@ -7,7 +7,6 @@ COMMENT= KDE Multimedia applications (meta port)
WWW= https://apps.kde.org/categories/multimedia/
USES= kde:6 metaport qt:6
-USE_QT= #
OPTIONS_DEFINE= DRAGON FFMPEG AUDIOCD_KIO KDENLIVE KMIX
OPTIONS_DEFAULT= ${OPTIONS_DEFINE:NKMIX}
diff --git a/net/kdenetwork/Makefile b/net/kdenetwork/Makefile
index c604eaac6f43..da673473276b 100644
--- a/net/kdenetwork/Makefile
+++ b/net/kdenetwork/Makefile
@@ -7,7 +7,6 @@ COMMENT= KDE Network applications (meta port)
WWW= https://apps.kde.org/categories/internet/
USES= kde:6 metaport qt:6
-USE_QT= #
OPTIONS_DEFINE= FILESHARING KGET KRDC KRFB
OPTIONS_DEFAULT= ${OPTIONS_DEFINE}
diff --git a/x11/kde/Makefile b/x11/kde/Makefile
index fcaa975d9905..a1376f0baf88 100644
--- a/x11/kde/Makefile
+++ b/x11/kde/Makefile
@@ -10,7 +10,6 @@ RUN_DEPENDS= kde-baseapps>=${KDE_APPLICATIONS_VERSION}:x11/kde-baseapps \
plasma6-plasma>=${KDE_PLASMA_VERSION}:x11/plasma6-plasma
USES= kde:6 metaport qt:6
-USE_QT= # empty
# The official VLC backend can be used, but vlc port still uses Qt5 for GUI.
OPTIONS_DEFAULT= MPV
diff --git a/x11/kf6-frameworks/Makefile b/x11/kf6-frameworks/Makefile
index bed758c823f0..183f5f6f0c1c 100644
--- a/x11/kf6-frameworks/Makefile
+++ b/x11/kf6-frameworks/Makefile
@@ -9,7 +9,5 @@ WWW= https://api.kde.org/frameworks/index.html
USES= kde:6 metaport qt:6
USE_KDE= ${_USE_FRAMEWORKS_ALL}
-# pull bsd.qt.mk for QT_PLUGINDIR in the kf5-dependencies
-USE_QT= #
.include <bsd.port.mk>