diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-07-17 09:59:04 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-07-17 09:59:04 +0000 |
commit | 3c2eb2ae3e6a4ba7fca54eb041686617a274aa6a (patch) | |
tree | 91cf48e3fa79992b839fb7017f299d935c25001f /textproc | |
parent | e00bab115a14d1dfcd3f6a2b3bf7640d7e35871f (diff) | |
download | FreeBSD-ports-3c2eb2ae3e6a4ba7fca54eb041686617a274aa6a.zip FreeBSD-ports-3c2eb2ae3e6a4ba7fca54eb041686617a274aa6a.tar.gz |
Add libiconv - a charset conversion library (LGPL'ed iconv() implementation).
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index a3747ab..783b150 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -50,6 +50,7 @@ SUBDIR += java2html SUBDIR += latte SUBDIR += latex2html + SUBDIR += libiconv SUBDIR += libxml SUBDIR += libxml2 SUBDIR += libxode |