diff options
author | Will Andrews <will@FreeBSD.org> | 2003-06-03 04:45:27 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2003-06-03 04:45:27 +0000 |
commit | 9e80f501b309f12b7676aefb88bf94a85a8e79c8 (patch) | |
tree | bf05865053677318ee1f511da5c4bb17e1d25e14 /misc/Makefile | |
parent | 247bddfc9ce2d9f1e57c4d515778a40e5063805f (diff) |
Add libutf 2.10, an UTF-8 character set support library, including
regular expressions.
PR: 52030
Submitted by: Serge Gagnon <gagnon__s@videotron.ca>
Notes
Notes:
svn path=/head/; revision=82155
Diffstat (limited to 'misc/Makefile')
-rw-r--r-- | misc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile index f79779fe7986..b817d015a05f 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -217,6 +217,7 @@ SUBDIR += libelysium SUBDIR += libh SUBDIR += libmcal + SUBDIR += libutf SUBDIR += lifelines SUBDIR += lile SUBDIR += lingoteach |