summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGleb Popov <arrowd@FreeBSD.org>2025-10-13 09:49:49 +0300
committerGleb Popov <arrowd@FreeBSD.org>2025-10-13 09:52:15 +0300
commit19f2856e72b32be529e114723dc292728546ad9c (patch)
tree656362ef635477f7497fb07c9b07a9cf46e8bf93
parentdevel/py-pythran: Fix dependency build when newer setuptools is used. (diff)
x11/xpra: Add RUN_DEPENDS on py-aioquic, required for connecting via QUIC
-rw-r--r--x11/xpra/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/x11/xpra/Makefile b/x11/xpra/Makefile
index 6532a9a85937..7af688ba591c 100644
--- a/x11/xpra/Makefile
+++ b/x11/xpra/Makefile
@@ -1,5 +1,6 @@
PORTNAME= xpra
PORTVERSION= 6.3.4
+PORTREVISION= 1
CATEGORIES= x11
MASTER_SITES= https://xpra.org/src/
@@ -30,6 +31,7 @@ RUN_DEPENDS= ${PY_PILLOW} \
${PYTHON_PKGNAMEPREFIX}pyinotify>0:devel/py-pyinotify@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}PyOpenGL-accelerate>=3.1.0:graphics/py-PyOpenGL-accelerate@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}PyOpenGL>=3.1.0:graphics/py-PyOpenGL@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}aioquic>=0:www/py-aioquic@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}rencode>1:converters/py-rencode@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}xdg>0:devel/py-xdg@${PY_FLAVOR} \
setxkbmap:x11/setxkbmap \