diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2005-02-09 19:12:05 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2005-02-09 19:12:05 +0000 |
commit | 08dbdcc7543bd9d5e38b5c7fdf6e720536d338dd (patch) | |
tree | 4c662e7c4db719c5122eb083e4f6f662b6e843db /textproc/Makefile | |
parent | - Unbreak on amd64 and ia64 (diff) |
Add libtranslate 0.99, a natural language translation library.
PR: ports/76859
Submitted by: Jean-Yves Lefort <jylefort@brutele.be>
Notes
Notes:
svn path=/head/; revision=128402
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 8630d4c29477..7b5fa08557ea 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -198,6 +198,7 @@ SUBDIR += liblrdf SUBDIR += libparsifal SUBDIR += libpathan + SUBDIR += libtranslate SUBDIR += libtre SUBDIR += libuninameslist SUBDIR += libwpd |