From 7c25adbbf7f2b171ab6852287f6b0f6907638781 Mon Sep 17 00:00:00 2001 From: Martin Birgmeier <d8zNeCFG@aon.at> Date: Fri, 3 Jan 2025 12:20:14 +0100 Subject: [PATCH] only depend on the xxd port to get xxd, not the vim port --- 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 -- 2.47.1