aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2022-08-03 20:42:33 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2022-08-03 20:43:20 +0000
commit601b49a2b806bb3f8f38773dccb136016b41924c (patch)
treed07d0ff30dc0511bb0aee684190e9bf4d59a088c
parent19e947300d025a2d0974320aecc5d13561ad2702 (diff)
downloadports-601b49a2b806bb3f8f38773dccb136016b41924c.tar.gz
ports-601b49a2b806bb3f8f38773dccb136016b41924c.zip
net/tigervnc-server: add now missing libcxvt dependency
This is needed since the xorg-server upgrade
-rw-r--r--net/tigervnc-server/Makefile3
1 files changed, 2 insertions, 1 deletions
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