aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2022-02-15 15:55:16 +0000
committerJan Beich <jbeich@FreeBSD.org>2022-02-15 16:03:42 +0000
commit85fae5209eb0e17edc089f81318231399da7245e (patch)
tree4afb4008f2527a9221ac066e85ea4155cc4c97a8
parent7164eb87066acbb5bb5a5739880b62917f9a5cc4 (diff)
downloadports-85fae5209eb0e17edc089f81318231399da7245e.tar.gz
ports-85fae5209eb0e17edc089f81318231399da7245e.zip
textproc/nuspell: drop bash dependency after bcb07254e351
https://github.com/nuspell/nuspell/commit/8da4b79b4722 (cherry picked from commit 97df2ef95bd742736a45afda4464a0810d9c6aa5)
-rw-r--r--textproc/nuspell/Makefile3
1 files changed, 1 insertions, 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