aboutsummaryrefslogtreecommitdiff
path: root/textproc/nuspell
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:02:29 +0000
commit97df2ef95bd742736a45afda4464a0810d9c6aa5 (patch)
treea759dc92954201609a1b86aa3dd5210efc62a99d /textproc/nuspell
parentdfbeb6a0cb0776d8ce1636e7fad3e0231996029b (diff)
downloadports-97df2ef95bd742736a45afda4464a0810d9c6aa5.tar.gz
ports-97df2ef95bd742736a45afda4464a0810d9c6aa5.zip
textproc/nuspell: drop bash dependency after bcb07254e351
Diffstat (limited to 'textproc/nuspell')
-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