git: 1e5243191ee5 - main - x11/kde: remove PULSEAUDIO from options, it already exists in x11/plasma6-plasma
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 20 Feb 2025 19:41:37 UTC
The branch main has been updated by makc:
URL: https://cgit.FreeBSD.org/ports/commit/?id=1e5243191ee5af34743f488fe3f1e2aecb8ac5c5
commit 1e5243191ee5af34743f488fe3f1e2aecb8ac5c5
Author: Max Brazhnikov <makc@FreeBSD.org>
AuthorDate: 2025-02-20 19:38:24 +0000
Commit: Max Brazhnikov <makc@FreeBSD.org>
CommitDate: 2025-02-20 19:38:24 +0000
x11/kde: remove PULSEAUDIO from options, it already exists in x11/plasma6-plasma
---
x11/kde/Makefile | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/x11/kde/Makefile b/x11/kde/Makefile
index 8dc6f6a52df5..d5ab31c17d52 100644
--- a/x11/kde/Makefile
+++ b/x11/kde/Makefile
@@ -15,9 +15,9 @@ USES= kde:6 metaport qt:6
USE_QT= # empty
OPTIONS_DEFINE= KDEADMIN KDEEDU KDEGAMES KDEGRAPHICS KDEMULTIMEDIA KDENETWORK \
- KDEPIM KDEUTILS PULSEAUDIO
+ KDEPIM KDEUTILS
-OPTIONS_DEFAULT=${OPTIONS_DEFINE:NPULSEAUDIO}
+OPTIONS_DEFAULT=${OPTIONS_DEFINE}
KDEADMIN_DESC= Administration utilities
KDEADMIN_RUN_DEPENDS= kdeadmin>=${KDE_APPLICATIONS_VERSION}:sysutils/kdeadmin
@@ -43,6 +43,4 @@ KDEPIM_RUN_DEPENDS= kdepim>=${KDE_APPLICATIONS_VERSION}:deskutils/kdepim
KDEUTILS_DESC= Collection of utilities for KDE
KDEUTILS_RUN_DEPENDS= kdeutils>=${KDE_APPLICATIONS_VERSION}:misc/kdeutils
-PULSEAUDIO_USE= KDE=plasma-pa
-
.include <bsd.port.mk>