Date: Sun, 3 Nov 2019 17:52:13 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r516581 - head/x11/plasma5-plasma-workspace Message-ID: <201911031752.xA3HqDVw053929@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911031752.xA3HqDVw053929>