svn commit: r516581 - head/x11/plasma5-plasma-workspace

Steve Wills swills at FreeBSD.org
Sun Nov 3 17:52:13 UTC 2019


Author: swills
Date: Sun Nov  3 17:52:12 2019
New Revision: 516581
URL: https://svnweb.freebsd.org/changeset/ports/516581

Log:
  x11/plasma5-plasma-workspace: add missing run dep on coreutils
  
  Missed this in r516374
  
  Reported by:	tcberner
  Pointhat to:	swills

Modified:
  head/x11/plasma5-plasma-workspace/Makefile   (contents, props changed)

Modified: head/x11/plasma5-plasma-workspace/Makefile
==============================================================================
--- head/x11/plasma5-plasma-workspace/Makefile	Sun Nov  3 17:42:41 2019	(r516580)
+++ head/x11/plasma5-plasma-workspace/Makefile	Sun Nov  3 17:52:12 2019	(r516581)
@@ -2,7 +2,7 @@
 
 PORTNAME=	plasma-workspace
 DISTVERSION=	${KDE_PLASMA_VERSION}
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	x11 kde kde-plasma
 
 MAINTAINER=	kde at FreeBSD.org
@@ -19,7 +19,9 @@ RUN_DEPENDS=	ck-launch-session:sysutils/consolekit2\
 		xset:x11/xset \
 		xmessage:x11/xmessage \
 		${LOCALBASE}/libdata/pkgconfig/xkeyboard-config.pc:x11/xkeyboard-config \
-		iso-codes>=0:misc/iso-codes
+		iso-codes>=0:misc/iso-codes \
+		${LOCALBASE}/bin/genv:sysutils/coreutils
+
 
 USES=		cmake compiler:c++11-lib cpe gettext kde:5 pkgconfig \
 		qt:5 tar:xz xorg


More information about the svn-ports-all mailing list