diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2023-12-03 21:44:37 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2023-12-03 22:17:33 +0000 |
commit | b2a438e1ba2f1f806519a925c2f241d2f4675c65 (patch) | |
tree | 5f69bdec864a286a791a1f694f3aabd4a6b97b70 /x11/plasma5-plasma | |
parent | 067a18449b4160d67a5e903ace93cfcf3086694a (diff) | |
download | ports-b2a438e1ba2f1f806519a925c2f241d2f4675c65.tar.gz ports-b2a438e1ba2f1f806519a925c2f241d2f4675c65.zip |
Diffstat (limited to 'x11/plasma5-plasma')
-rw-r--r-- | x11/plasma5-plasma/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/plasma5-plasma/Makefile b/x11/plasma5-plasma/Makefile index fa3fd1a5e748..90078f603fe7 100644 --- a/x11/plasma5-plasma/Makefile +++ b/x11/plasma5-plasma/Makefile @@ -20,7 +20,7 @@ OPTIONS_DEFAULT= ${OPTIONS_DEFINE} # Different from PHONON, because this is about the output plugins PHONON_DESC= Include phonon-vlc, for sound output -PHONON_RUN_DEPENDS= ${QT_PLUGINDIR}/phonon4qt5_backend/phonon_vlc_qt5.so:multimedia/phonon-vlc@qt5 +PHONON_USE= KDE=phonon-backend:run PULSEAUDIO_USE= KDE=plasma-pa:run .include <bsd.port.mk> |