diff options
Diffstat (limited to 'x11/sddm/Makefile')
-rw-r--r-- | x11/sddm/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/x11/sddm/Makefile b/x11/sddm/Makefile index 60d97ab2d7d4..8720870a8c15 100644 --- a/x11/sddm/Makefile +++ b/x11/sddm/Makefile @@ -2,6 +2,7 @@ PORTNAME= sddm DISTVERSIONPREFIX= v DISTVERSION= 0.21.0-36 DISTVERSIONSUFFIX= -gc2b97dd +PORTREVISION= 1 CATEGORIES= x11 MAINTAINER= kde@FreeBSD.org @@ -21,7 +22,9 @@ BUILD_DEPENDS= rst2man:textproc/py-docutils@${PY_FLAVOR} RUN_DEPENDS= consolekit2>1.2.5:sysutils/consolekit2 \ dbus-launch:devel/dbus \ xauth:x11/xauth \ - xmessage:x11/xmessage + xmessage:x11/xmessage \ + xrdb:x11/xrdb \ + xsetroot:x11/xsetroot USES= cmake compiler:c++17-lang cpe gl pkgconfig python:build qt:6 xorg CPE_VENDOR= ${PORTNAME}_project |