diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2022-09-05 22:05:18 +0300 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2022-09-05 22:07:09 +0300 |
commit | b9a396188aaa7853f8042bf7fbe96cfb3d6cedca (patch) | |
tree | 42fe610d0a2e7a0d66b150c1bee67032788ecd1f /x11 | |
parent | 27ddf00c6e161d98ce5d447acf9dd1afdab950c8 (diff) | |
download | freebsd-ports-b9a396188aaa7853f8042bf7fbe96cfb3d6cedca.zip |
x11/plasma5-libkscreen: pet stage-qa
Diffstat (limited to 'x11')
-rw-r--r-- | x11/plasma5-libkscreen/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/x11/plasma5-libkscreen/Makefile b/x11/plasma5-libkscreen/Makefile index bda9d8d0776c..dd12fd446a38 100644 --- a/x11/plasma5-libkscreen/Makefile +++ b/x11/plasma5-libkscreen/Makefile @@ -1,10 +1,13 @@ PORTNAME= libkscreen DISTVERSION= ${KDE_PLASMA_VERSION} +PORTREVISION= 1 CATEGORIES= x11 kde kde-plasma MAINTAINER= kde@FreeBSD.org COMMENT= Plasma5 screen management library +LIB_DEPENDS= libwayland-client.so:graphics/wayland + USES= cmake compiler:c++11-lib kde:5 pathfix pkgconfig qt:5 tar:xz \ xorg USE_KDE= plasma-wayland-protocols wayland \ |