From 97df2ef95bd742736a45afda4464a0810d9c6aa5 Mon Sep 17 00:00:00 2001 From: Jan Beich Date: Tue, 15 Feb 2022 15:55:16 +0000 Subject: 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 -- cgit v1.2.3