diff options
author | vanilla <vanilla@FreeBSD.org> | 2009-12-08 08:34:01 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2009-12-08 08:34:01 +0800 |
commit | bc3cd1734d05e06b5e2c49ba516f96613f98d46b (patch) | |
tree | d69738ff9cf932c8c018cb2e6de6a98016666b1e /converters/lua-iconv | |
parent | bce37141869b7510e3607350f1028c9899981f82 (diff) | |
download | freebsd-ports-gnome-bc3cd1734d05e06b5e2c49ba516f96613f98d46b.tar.gz freebsd-ports-gnome-bc3cd1734d05e06b5e2c49ba516f96613f98d46b.tar.zst freebsd-ports-gnome-bc3cd1734d05e06b5e2c49ba516f96613f98d46b.zip |
Add USE_ICONV to fix build.
Obtained from: pav@
Diffstat (limited to 'converters/lua-iconv')
-rw-r--r-- | converters/lua-iconv/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/converters/lua-iconv/Makefile b/converters/lua-iconv/Makefile index c9596f3c0814..2bc39255fbff 100644 --- a/converters/lua-iconv/Makefile +++ b/converters/lua-iconv/Makefile @@ -17,6 +17,7 @@ COMMENT= Iconv binding for Lua 5 WRKSRC= ${WRKDIR}/lua-${PORTNAME}-${PORTVERSION} USE_LUA?= 5.1 USE_GNOME= pkgconfig +USE_ICONV= yes PLIST_FILES= %%LUA_MODLIBDIR%%/iconv.so |