git: 97df2ef95bd7 - main - textproc/nuspell: drop bash dependency after bcb07254e351

From: Jan Beich <jbeich_at_FreeBSD.org>
Date: Tue, 15 Feb 2022 16:03:27 UTC
The branch main has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=97df2ef95bd742736a45afda4464a0810d9c6aa5

commit 97df2ef95bd742736a45afda4464a0810d9c6aa5
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2022-02-15 15:55:16 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2022-02-15 16:02:29 +0000

    textproc/nuspell: drop bash dependency after bcb07254e351
    
    https://github.com/nuspell/nuspell/commit/8da4b79b4722
---
 textproc/nuspell/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/textproc/nuspell/Makefile b/textproc/nuspell/Makefile
index c05d0ef61f88..aa0d3cacc03b 100644
--- a/textproc/nuspell/Makefile
+++ b/textproc/nuspell/Makefile
@@ -10,8 +10,7 @@ LICENSE=	LGPL3+
 LICENSE_FILE=	${WRKSRC}/COPYING.LESSER
 
 LIB_DEPENDS=	libicuuc.so:devel/icu
-TEST_DEPENDS=	catch>0:devel/catch \
-		bash:shells/bash
+TEST_DEPENDS=	catch>0:devel/catch
 
 USES=		cmake:testing compiler:c++17-lang
 USE_GITHUB=	yes