net/tigervnc-server: add missing dependency on perl5

Reported by:	 Lundin Cahill (via private email)
This commit is contained in:
Koichiro Iwao 2024-02-16 17:16:16 +09:00
parent 03368c1275
commit 48e17658aa
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
PORTREVISION= 3
PORTREVISION= 4
PKGNAMESUFFIX= -server
COMMENT= TigerVNC Server
@ -16,7 +16,7 @@ LIB_DEPENDS= libxshmfence.so:x11/libxshmfence \
RUN_DEPENDS+= ${LOCALBASE}/share/X11/xkb/rules/base:x11/xkeyboard-config \
xkbcomp:x11/xkbcomp
USES+= autoreconf:build compiler:c11 gl jpeg libtool pkgconfig ssl shebangfix xorg
USES+= autoreconf:build compiler:c11 gl jpeg libtool perl5 pkgconfig ssl shebangfix xorg
USE_LDCONFIG= yes
USE_GL+= gl
USE_XORG+= ice pixman sm x11 xau xdamage xdmcp xext xfixes xfont2 \