git: 96aa898297a2 - main - security/transcrypt: fix depends

From: Antoine Brodin <antoine_at_FreeBSD.org>
Date: Sun, 31 Dec 2023 08:25:07 UTC
The branch main has been updated by antoine:

URL: https://cgit.FreeBSD.org/ports/commit/?id=96aa898297a2cd2da59d01216ba877df7352ddbb

commit 96aa898297a2cd2da59d01216ba877df7352ddbb
Author:     Antoine Brodin <antoine@FreeBSD.org>
AuthorDate: 2023-12-31 08:24:54 +0000
Commit:     Antoine Brodin <antoine@FreeBSD.org>
CommitDate: 2023-12-31 08:24:54 +0000

    security/transcrypt: fix depends
---
 security/transcrypt/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/security/transcrypt/Makefile b/security/transcrypt/Makefile
index 23df736d1066..a0d6e9e561c2 100644
--- a/security/transcrypt/Makefile
+++ b/security/transcrypt/Makefile
@@ -13,7 +13,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 RUN_DEPENDS=	bash:shells/bash \
 		git:devel/git \
 		gpg2:security/gnupg \
-		xxd:editors/vim
+		xxd:sysutils/xxd
 TEST_DEPENDS=	bats:devel/bats-core
 
 USE_GITHUB=	yes