diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2025-02-03 21:39:16 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2025-02-03 21:39:16 +0000 |
commit | ed4d66b4210911d100053714336db56eb915427a (patch) | |
tree | f8502b299eeb7c1e9489e2a27473ccdacafd7138 | |
parent | 5db6b930564a0832636fc46a1357e466c17f7b57 (diff) |
x11/plasma6-plasma: install Qt5 integration plugin"
This reverts commit 5c6865db8784b98f90eca09ef5883ea6bcb8c938.
-rw-r--r-- | x11/plasma6-plasma/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/plasma6-plasma/Makefile b/x11/plasma6-plasma/Makefile index 05f8648b628a..af2b4eeef67e 100644 --- a/x11/plasma6-plasma/Makefile +++ b/x11/plasma6-plasma/Makefile @@ -13,7 +13,7 @@ USES= kde:6 metaport qt:6 USE_KDE= ${_USE_PLASMA_ALL:Nplasma-pa} OPTIONS_DEFINE= PULSEAUDIO QT5 -OPTIONS_DEFAULT= PULSEAUDIO +OPTIONS_DEFAULT= ${OPTIONS_DEFINE} PULSEAUDIO_USE= KDE=plasma-pa:run QT5_DESC= Install Plasma 6 integration plugins for Qt5 applications |