diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2019-03-16 21:32:52 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2019-03-16 21:32:52 +0000 |
commit | b53285ebe2f4ceb577ea806ee03520222e238fdb (patch) | |
tree | e04c628d26dec593dac73b7ce38acfa429fd6739 /x11/plasma5-plasma | |
parent | b95f5efa6fa715d63b2fdeb2cfa2f28845071109 (diff) |
Notes
Diffstat (limited to 'x11/plasma5-plasma')
-rw-r--r-- | x11/plasma5-plasma/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/plasma5-plasma/Makefile b/x11/plasma5-plasma/Makefile index cf9f33b0662c..9b3fbcfe2fce 100644 --- a/x11/plasma5-plasma/Makefile +++ b/x11/plasma5-plasma/Makefile @@ -2,6 +2,7 @@ PORTNAME= plasma DISTVERSION= ${KDE_PLASMA_VERSION} +PORTREVISION= 1 CATEGORIES= x11 kde PKGNAMEPREFIX= plasma5- @@ -23,7 +24,7 @@ OPTIONS_DEFAULT= PHONON # Different from PHONON, because this is about the output plugins PHONON_DESC= Include phonon-gstreamer, for sound output -PHONON_RUN_DEPENDS= ${QT_PLUGINDIR}/phonon4qt5_backend/phonon_gstreamer.so:multimedia/phonon-gstreamer@qt5 +PHONON_RUN_DEPENDS= ${QT_PLUGINDIR}/phonon4qt5_backend/phonon_gstreamer.so:multimedia/phonon-gstreamer PULSEAUDIO_USE= KDE=plasma-pa_run .include <bsd.port.mk> |