Date: Tue, 15 Feb 2022 16:34:08 GMT From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 50ec088288f1 - main - textproc/enchant2: switch NUSPELL to hunspell dictionaries Message-ID: <202202151634.21FGY8jE012834@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=50ec088288f1d3060988b5e9b434fc6503007e2a commit 50ec088288f1d3060988b5e9b434fc6503007e2a 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:33:50 +0000 textproc/enchant2: switch NUSPELL to hunspell dictionaries For compatibility with nuspell (CLI) tool. There're no nuspell-only dictionaries in ports/ yet. --- 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202202151634.21FGY8jE012834>