git: 89659f74aa91 - 2022Q1 - textproc/enchant2: switch NUSPELL to hunspell dictionaries
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 15 Feb 2022 16:34:39 UTC
The branch 2022Q1 has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=89659f74aa9184c6c483fb9711f9e5460e6ff6bb commit 89659f74aa9184c6c483fb9711f9e5460e6ff6bb Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2022-02-15 16:32:26 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2022-02-15 16:34:28 +0000 textproc/enchant2: switch NUSPELL to hunspell dictionaries For compatibility with nuspell (CLI) tool. There're no nuspell-only dictionaries in ports/ yet. (cherry picked from commit 50ec088288f1d3060988b5e9b434fc6503007e2a) --- textproc/enchant2/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/textproc/enchant2/Makefile b/textproc/enchant2/Makefile index f999a4f8ce6a..9ca25faf3186 100644 --- a/textproc/enchant2/Makefile +++ b/textproc/enchant2/Makefile @@ -45,7 +45,7 @@ HUNSPELL_CONFIGURE_ON= --with-hunspell-dir=${LOCALBASE}/share/hunspell NUSPELL_LIB_DEPENDS= libicuuc.so:devel/icu \ libnuspell.so:textproc/nuspell NUSPELL_CONFIGURE_WITH= nuspell -NUSPELL_CONFIGURE_ON= --with-nuspell-dir=${LOCALBASE}/share/nuspell +NUSPELL_CONFIGURE_ON= --with-nuspell-dir=${LOCALBASE}/share/hunspell ZEMBEREK_LIB_DEPENDS= libdbus-1.so:devel/dbus \ libdbus-glib-1.so:devel/dbus-glib