svn commit: r552521 - head/deskutils/plasma5-sddm-kcm

Adriaan de Groot adridg at FreeBSD.org
Fri Oct 16 19:56:26 UTC 2020


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


More information about the svn-ports-all mailing list