diff options
author | feld <feld@FreeBSD.org> | 2018-03-22 05:36:14 +0800 |
---|---|---|
committer | feld <feld@FreeBSD.org> | 2018-03-22 05:36:14 +0800 |
commit | 9ee160a98f00c44be5bb9c37f5f601a8c043e14c (patch) | |
tree | ecb6f64377a39cf06c78413f3dbb9b703baa1897 /converters/Makefile | |
parent | 5e6a53c222d60df6caa0943f0fc20758fbf12b24 (diff) | |
download | freebsd-ports-gnome-9ee160a98f00c44be5bb9c37f5f601a8c043e14c.tar.gz freebsd-ports-gnome-9ee160a98f00c44be5bb9c37f5f601a8c043e14c.tar.zst freebsd-ports-gnome-9ee160a98f00c44be5bb9c37f5f601a8c043e14c.zip |
Add a lua 5.1 copy of lua-iconv per user request
When we gain flavors for lua these special copies of the ports can go
away
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 9d44a8666335..bcd5af3ffefc 100644 --- a/converters/Makefile +++ b/converters/Makefile @@ -49,6 +49,7 @@ SUBDIR += libiconv SUBDIR += libticonv SUBDIR += libutf-8 + SUBDIR += lua51-iconv SUBDIR += lua-iconv SUBDIR += lua-json SUBDIR += mimelib |