View | Details | Raw Unified | Return to bug 258228
Collapse All | Expand All

(-)b/sysutils/ttyd/Makefile (-2 / +2 lines)
Lines 1-6 Link Here
1
PORTNAME=	ttyd
1
PORTNAME=	ttyd
2
DISTVERSION=	1.6.3
2
DISTVERSION=	1.6.3
3
PORTREVISION=	1
3
PORTREVISION=	2
4
CATEGORIES=	sysutils
4
CATEGORIES=	sysutils
5
5
6
MAINTAINER=	nc@FreeBSD.org
6
MAINTAINER=	nc@FreeBSD.org
Lines 9-15 COMMENT= Program to share your terminal over the web Link Here
9
LICENSE=	MIT
9
LICENSE=	MIT
10
LICENSE_FILE=	${WRKSRC}/LICENSE
10
LICENSE_FILE=	${WRKSRC}/LICENSE
11
11
12
BUILD_DEPENDS=	xxd:editors/vim-console
12
BUILD_DEPENDS=	xxd:editors/vim
13
LIB_DEPENDS=	libjson-c.so:devel/json-c \
13
LIB_DEPENDS=	libjson-c.so:devel/json-c \
14
		libuv.so:devel/libuv \
14
		libuv.so:devel/libuv \
15
		libwebsockets.so:net/libwebsockets
15
		libwebsockets.so:net/libwebsockets

Return to bug 258228