diff options
author | adamw <adamw@FreeBSD.org> | 2004-01-04 05:30:57 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2004-01-04 05:30:57 +0800 |
commit | deea848925e5b706921cdc2138eafe31db8bfcc3 (patch) | |
tree | 35aca1a860a071158f41abf9af054bd61dd462ce /textproc/Makefile | |
parent | 01925639218b647aaa1b8f15af46ab7a18f966ae (diff) | |
download | freebsd-ports-gnome-deea848925e5b706921cdc2138eafe31db8bfcc3.tar.gz freebsd-ports-gnome-deea848925e5b706921cdc2138eafe31db8bfcc3.tar.zst freebsd-ports-gnome-deea848925e5b706921cdc2138eafe31db8bfcc3.zip |
Add enchant, a backend dictionary broker. It provides a framework for
interfacing with various pre-existing dictionary programs.
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 309f13daf1fd..336da0609829 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -79,6 +79,7 @@ SUBDIR += dtdparse SUBDIR += easydiff SUBDIR += el-aspell + SUBDIR += enchant SUBDIR += eo-aspell SUBDIR += eruby SUBDIR += es-aspell |