git: d361a9b1b79f - main - sysutils/ttyd: depend on sysutils/xxd
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 26 Jan 2025 19:20:25 UTC
The branch main has been updated by fernape: URL: https://cgit.FreeBSD.org/ports/commit/?id=d361a9b1b79f7593f74cbcfa9ded3db3ffa852a3 commit d361a9b1b79f7593f74cbcfa9ded3db3ffa852a3 Author: Martin Birgmeier <d8zNeCFG@aon.at> AuthorDate: 2025-01-13 17:12:36 +0000 Commit: Fernando Apesteguía <fernape@FreeBSD.org> CommitDate: 2025-01-26 19:19:54 +0000 sysutils/ttyd: depend on sysutils/xxd Instead of editors/vim PR: 284013 Reported by: d8zNeCFG@aon.at Approved by: nc@FreeBSD.org (maintainer, timeout > 2 weeks) --- sysutils/ttyd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysutils/ttyd/Makefile b/sysutils/ttyd/Makefile index 8f1aec83cd4f..31d6e41b6ece 100644 --- a/sysutils/ttyd/Makefile +++ b/sysutils/ttyd/Makefile @@ -10,7 +10,7 @@ WWW= https://github.com/tsl0922/ttyd LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= xxd:editors/vim +BUILD_DEPENDS= xxd:sysutils/xxd LIB_DEPENDS= libjson-c.so:devel/json-c \ libuv.so:devel/libuv \ libwebsockets.so:net/libwebsockets