Date: Fri, 9 Jul 2021 22:00:23 GMT From: Adriaan de Groot <adridg@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 71d85cac1937 - main - x11/plasma5-plasma: tidy up comments Message-ID: <202107092200.169M0NxA053166@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by adridg: URL: https://cgit.FreeBSD.org/ports/commit/?id=71d85cac1937709444cc3f64f4745015b0acec33 commit 71d85cac1937709444cc3f64f4745015b0acec33 Author: Adriaan de Groot <adridg@FreeBSD.org> AuthorDate: 2021-07-09 19:03:09 +0000 Commit: Adriaan de Groot <adridg@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107092200.169M0NxA053166>