git: 71d85cac1937 - main - x11/plasma5-plasma: tidy up comments

Adriaan de Groot adridg at FreeBSD.org
Fri Jul 9 22:00:23 UTC 2021


The branch main has been updated by adridg:

URL: https://cgit.FreeBSD.org/ports/commit/?id=71d85cac1937709444cc3f64f4745015b0acec33

commit 71d85cac1937709444cc3f64f4745015b0acec33
Author:     Adriaan de Groot <adridg at FreeBSD.org>
AuthorDate: 2021-07-09 19:03:09 +0000
Commit:     Adriaan de Groot <adridg at FreeBSD.org>
CommitDate: 2021-07-09 21:59:01 +0000

    x11/plasma5-plasma: tidy up comments
    
    The internal comments had typos and refer to KDE4 which is long gone.
    
    No PORTREVISION bump because it's just comments (the breeze-kde4
    which is no longer removed from the USE_KDE variable doesn't exist)
---
 x11/plasma5-plasma/Makefile | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/x11/plasma5-plasma/Makefile b/x11/plasma5-plasma/Makefile
index 898ccfa13b6a..38c8bbf2384d 100644
--- a/x11/plasma5-plasma/Makefile
+++ b/x11/plasma5-plasma/Makefile
@@ -10,10 +10,9 @@ LICENSE=	LGPL20
 
 USES=		kde:5 metaport qt:5
 # remove:
-#   * bluedevil as we do have bluez
-#   * plasma-pa don't depend on plamsa-pa by default
-#   * breeze-kde4 don't pull in qt4 bits
-USE_KDE=	${_USE_PLASMA_ALL:Nplasma-pa:Nbreeze-kde4}
+#   * bluedevil we do not have bluez at all
+#   * plasma-pa no plasma-pa (pulseaudio) by default
+USE_KDE=	${_USE_PLASMA_ALL:Nplasma-pa}
 
 OPTIONS_DEFINE=	PHONON PULSEAUDIO
 OPTIONS_DEFAULT=	PHONON


More information about the dev-commits-ports-main mailing list