diff options
-rw-r--r-- | x11/plasma5-plasma-workspace/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/plasma5-plasma-workspace/Makefile b/x11/plasma5-plasma-workspace/Makefile index 52f5b6beb89b..eb3c08118389 100644 --- a/x11/plasma5-plasma-workspace/Makefile +++ b/x11/plasma5-plasma-workspace/Makefile @@ -1,6 +1,6 @@ PORTNAME= plasma-workspace DISTVERSION= ${KDE_PLASMA_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 kde kde-plasma MAINTAINER= kde@FreeBSD.org @@ -22,7 +22,8 @@ RUN_DEPENDS= ck-launch-session:sysutils/consolekit2\ xsetroot:x11/xsetroot \ ${LOCALBASE}/libdata/pkgconfig/xkeyboard-config.pc:x11/xkeyboard-config \ iso-codes>=0:misc/iso-codes \ - ${LOCALBASE}/bin/genv:sysutils/coreutils + ${LOCALBASE}/bin/genv:sysutils/coreutils \ + accountsservice>=0:sysutils/accountsservice USES= cmake compiler:c++11-lib cpe desktop-file-utils gettext kde:5 \ pkgconfig qt:5 tar:xz xorg |