diff options
author | vanilla <vanilla@FreeBSD.org> | 2009-12-06 00:33:14 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2009-12-06 00:33:14 +0800 |
commit | 92420fa42611c0fe56611c30e5f3ad97be3e0652 (patch) | |
tree | 52cc663c334a88fcdb9f9b33f78bfddbdd286aca /converters/Makefile | |
parent | 30cb5c20d84996a578a7e2241e06109d18482831 (diff) | |
download | freebsd-ports-gnome-92420fa42611c0fe56611c30e5f3ad97be3e0652.tar.gz freebsd-ports-gnome-92420fa42611c0fe56611c30e5f3ad97be3e0652.tar.zst freebsd-ports-gnome-92420fa42611c0fe56611c30e5f3ad97be3e0652.zip |
Add lua-iconv, is a lua binding to iconv(3).
Diffstat (limited to 'converters/Makefile')
-rw-r--r-- | converters/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/converters/Makefile b/converters/Makefile index ee2029950b33..b76876df2e92 100644 --- a/converters/Makefile +++ b/converters/Makefile @@ -35,6 +35,7 @@ SUBDIR += libiconv SUBDIR += libticonv SUBDIR += libutf-8 + SUBDIR += lua-iconv SUBDIR += mimelib SUBDIR += mmencode SUBDIR += mpack |