Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Oct 2020 19:56:26 +0000 (UTC)
From:      Adriaan de Groot <adridg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r552521 - head/deskutils/plasma5-sddm-kcm
Message-ID:  <202010161956.09GJuQ8I088280@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adridg
Date: Fri Oct 16 19:56:25 2020
New Revision: 552521
URL: https://svnweb.freebsd.org/changeset/ports/552521

Log:
  Fix build of deskutils/plasma5-sddm-kcm
  
  Typo in a USE_KDE component -- this could never have built, so leave
  PORTREVISION alone.

Modified:
  head/deskutils/plasma5-sddm-kcm/Makefile

Modified: head/deskutils/plasma5-sddm-kcm/Makefile
==============================================================================
--- head/deskutils/plasma5-sddm-kcm/Makefile	Fri Oct 16 19:52:22 2020	(r552520)
+++ head/deskutils/plasma5-sddm-kcm/Makefile	Fri Oct 16 19:56:25 2020	(r552521)
@@ -12,7 +12,7 @@ USES=		cmake compiler:c++11-lib gettext kde:5 cpe pkgc
 		qt:5 tar:xz xorg
 USE_KDE=	auth archive attica codecs completion config configwidgets \
 		coreaddons ecm i18n jobwidgets kio newstuff service \
-		widgetsaddons windowsytem xmlgui
+		widgetsaddons windowsystem xmlgui
 USE_QT=		concurrent core dbus declarative designer gui network uiplugin widgets \
 		x11extras xml \
 		buildtools_build qmake_build



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010161956.09GJuQ8I088280>