Date: Mon, 13 Mar 2023 07:43:13 GMT From: Dima Panov <fluffy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 4e993c23cd31 - main - x11/py-pyvirtualdisplay: unbreak xephyr backend (+) Message-ID: <202303130743.32D7hDBe034581@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by fluffy: URL: https://cgit.FreeBSD.org/ports/commit/?id=4e993c23cd31475dc76e6b1edc0ada83b4311e43 commit 4e993c23cd31475dc76e6b1edc0ada83b4311e43 Author: Dima Panov <fluffy@FreeBSD.org> AuthorDate: 2023-03-13 07:40:40 +0000 Commit: Dima Panov <fluffy@FreeBSD.org> CommitDate: 2023-03-13 07:43:08 +0000 x11/py-pyvirtualdisplay: unbreak xephyr backend (+) Approved by: portmgr blanker Sponsored by: Serenity Cybersecurity, LLC --- x11/py-pyvirtualdisplay/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11/py-pyvirtualdisplay/Makefile b/x11/py-pyvirtualdisplay/Makefile index 03fa789da6b9..95b88797643f 100644 --- a/x11/py-pyvirtualdisplay/Makefile +++ b/x11/py-pyvirtualdisplay/Makefile @@ -33,7 +33,7 @@ XEPHYR_DESC= Install Xephyr backend XVNC_DESC= Install Xvnc backend XVFB_RUN_DEPENDS= Xvfb:x11-servers/xorg-server@xvfb -XEPHYR_RUN_DEPENDS= Xephyr>=0:x11-servers/xorg-server@xvfb +XEPHYR_RUN_DEPENDS= Xephyr:x11-servers/xorg-server@xephyr XVNC_RUN_DEPENDS= tightvnc>=0:net/tightvnc NO_ARCH= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202303130743.32D7hDBe034581>