git: 601b49a2b806 - main - net/tigervnc-server: add now missing libcxvt dependency
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 03 Aug 2022 20:43:21 UTC
The branch main has been updated by bapt: URL: https://cgit.FreeBSD.org/ports/commit/?id=601b49a2b806bb3f8f38773dccb136016b41924c commit 601b49a2b806bb3f8f38773dccb136016b41924c Author: Baptiste Daroussin <bapt@FreeBSD.org> AuthorDate: 2022-08-03 20:42:33 +0000 Commit: Baptiste Daroussin <bapt@FreeBSD.org> CommitDate: 2022-08-03 20:43:20 +0000 net/tigervnc-server: add now missing libcxvt dependency This is needed since the xorg-server upgrade --- net/tigervnc-server/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net/tigervnc-server/Makefile b/net/tigervnc-server/Makefile index 2c3a719234e2..d8317bc79256 100644 --- a/net/tigervnc-server/Makefile +++ b/net/tigervnc-server/Makefile @@ -10,7 +10,8 @@ PATCH_DEPENDS+= ${NONEXISTENT}:x11-servers/xorg-server:patch BUILD_DEPENDS+= ${LOCALBASE}/include/GL/internal/dri_interface.h:graphics/mesa-dri \ ${LOCALBASE}/libdata/pkgconfig/fontutil.pc:x11-fonts/font-util \ bash:shells/bash -LIB_DEPENDS= libxshmfence.so:x11/libxshmfence +LIB_DEPENDS= libxshmfence.so:x11/libxshmfence \ + libxcvt.so:x11/libxcvt # almost equivalent to x11-servers/xorg-server's RUN_DEPENDS+= ${LOCALBASE}/share/X11/xkb/rules/base:x11/xkeyboard-config \ xkbcomp:x11/xkbcomp