aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGleb Popov <arrowd@FreeBSD.org>2021-10-26 14:42:42 +0000
committerGleb Popov <arrowd@FreeBSD.org>2021-10-26 14:43:11 +0000
commit8aabda5dad3ca27397e1f729b75f74ff704a1f03 (patch)
treeccecc27623c9b8287e513fbe962cfe983ca0cf14
parent401563fe1373d2791f035d8e43e34dff77821998 (diff)
downloadports-8aabda5dad3ca27397e1f729b75f74ff704a1f03.tar.gz
ports-8aabda5dad3ca27397e1f729b75f74ff704a1f03.zip
x11/xpra: Add devel/py-xdg to RUN_DEPENDS.
-rw-r--r--x11/xpra/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/x11/xpra/Makefile b/x11/xpra/Makefile
index 4c83b13194e7..31c989ae7f22 100644
--- a/x11/xpra/Makefile
+++ b/x11/xpra/Makefile
@@ -1,5 +1,6 @@
PORTNAME= xpra
PORTVERSION= 4.2.3
+PORTREVISION= 1
CATEGORIES= x11
MASTER_SITES= http://xpra.org/src/
@@ -24,6 +25,7 @@ RUN_DEPENDS= ${PY_PILLOW} \
${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}rencode>1:converters/py-rencode@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}xdg>0:devel/py-xdg@${PY_FLAVOR} \
setxkbmap:x11/setxkbmap \
ssh-askpass:security/openssh-askpass \
xauth:x11/xauth \