Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Jan 2025 19:20:25 GMT
From:      Fernando =?utf-8?Q?Apestegu=C3=ADa?= <fernape@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: d361a9b1b79f - main - sysutils/ttyd: depend on sysutils/xxd
Message-ID:  <202501261920.50QJKPhw026012@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202501261920.50QJKPhw026012>