diff options
Diffstat (limited to 'japanese/lynx-current')
-rw-r--r-- | japanese/lynx-current/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/japanese/lynx-current/Makefile b/japanese/lynx-current/Makefile index c03b675b8b73..939f06a9ed1b 100644 --- a/japanese/lynx-current/Makefile +++ b/japanese/lynx-current/Makefile @@ -30,7 +30,7 @@ CONFIGURE_ARGS+=--with-screen=ncurses --with-zlib --libdir="${L_LIB}" \ --with-bzlib .if !defined(WITHOUT_JAPANESE_UTF8) -USE_ICONV= yes +USES+= iconv CONFIGURE_ARGS+=--with-libiconv-prefix=${LOCALBASE} \ --enable-japanese-utf8 .else |