aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAoek <pr@aoek.com>2021-07-14 12:47:41 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2021-07-14 13:17:27 +0000
commitd736135190cfdfde6f3f2421ad69c909367eba4f (patch)
treec79c779ea5d54b80f9cfc679c6e54fe85349eeeb
parente1632363cd4d08ac173f1bfc0dd5fe9f0143d9b2 (diff)
downloadports-d736135190cfdfde6f3f2421ad69c909367eba4f.tar.gz
ports-d736135190cfdfde6f3f2421ad69c909367eba4f.zip
x11/sddm: requires xauth at runtime
PR: 256870 (cherry picked from commit fec4fe9f84a8d5bdc690986856ed7ea39950c880)
-rw-r--r--x11/sddm/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/sddm/Makefile b/x11/sddm/Makefile
index 7a7271f28433..a3e52ad8f5cb 100644
--- a/x11/sddm/Makefile
+++ b/x11/sddm/Makefile
@@ -1,7 +1,7 @@
PORTNAME= sddm
PORTVERSION= 0.19.0
DISTVERSIONPREFIX= v
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= x11
MAINTAINER= kde@FreeBSD.org
@@ -17,7 +17,8 @@ LICENSE_FILE_GPLv2+ = ${WRKSRC}/LICENSE
LICENSE_FILE_CC-BY-3.0= ${WRKSRC}/LICENSE.CC-BY-3.0
BUILD_DEPENDS= rst2man.py-${PYTHON_VER}:textproc/py-docutils@${PY_FLAVOR}
-RUN_DEPENDS= dbus-run-session:devel/dbus
+RUN_DEPENDS= dbus-run-session:devel/dbus \
+ xauth:x11/xauth
USES= cmake compiler:c++11-lang kde:5 pkgconfig python:build qt:5 xorg
USE_GITHUB= yes