diff options
author | miwi <miwi@FreeBSD.org> | 2008-04-28 04:52:10 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-04-28 04:52:10 +0800 |
commit | 019b6724bc10b17740adae8e72a64c752c275627 (patch) | |
tree | 5bceb07b7e6f8ab62a4349f8b9a6c10b41eb9a01 /textproc/Makefile | |
parent | 7a017cc203c7aef7cf77f33a424b18a1ce16d4ea (diff) | |
download | freebsd-ports-gnome-019b6724bc10b17740adae8e72a64c752c275627.tar.gz freebsd-ports-gnome-019b6724bc10b17740adae8e72a64c752c275627.tar.zst freebsd-ports-gnome-019b6724bc10b17740adae8e72a64c752c275627.zip |
Enchant is a binder for libenchant. Libenchant
provides a common API for many spell libraries,
such as aspell/pspell(intended to replace
ispell),hspell(hebrew),ispell,myspell/hunspell
(OpenOffice project, mozilla),uspell (primarily
Yiddish, Hebrew, and Eastern European languages)
WWW: http://pecl.php.net/package/enchant/
PR: ports/122820
Submitted by: Wen heping <wenheping at gmail.com>
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index e9bc3061bf01..3e1322db88d1 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -773,6 +773,7 @@ SUBDIR += pear-XML_Wddx SUBDIR += pecl-ctemplate SUBDIR += pecl-doublemetaphone + SUBDIR += pecl-enchant SUBDIR += pecl-html_parse SUBDIR += pecl-stem SUBDIR += pecl-syck |