diff --git a/sysutils/ttyd/Makefile b/sysutils/ttyd/Makefile index 36e0b41d5a3d..c0c3af2ed950 100644 --- a/sysutils/ttyd/Makefile +++ b/sysutils/ttyd/Makefile @@ -1,25 +1,25 @@ PORTNAME= ttyd DISTVERSION= 1.6.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MAINTAINER= nc@FreeBSD.org COMMENT= Program to share your terminal over the web LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= xxd:editors/vim-console +BUILD_DEPENDS= xxd:editors/vim LIB_DEPENDS= libjson-c.so:devel/json-c \ libuv.so:devel/libuv \ libwebsockets.so:net/libwebsockets USES= cmake pkgconfig ssl USE_CSTD= c99 USE_GITHUB= yes GH_ACCOUNT= tsl0922 PLIST_FILES= bin/${PORTNAME} \ man/man1/ttyd.1.gz .include