diff options
Diffstat (limited to 'www/lynx/Makefile')
-rw-r--r-- | www/lynx/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/lynx/Makefile b/www/lynx/Makefile index 675fe98ce257..8303d6bdbc49 100644 --- a/www/lynx/Makefile +++ b/www/lynx/Makefile @@ -34,8 +34,7 @@ DEFAULT_COLORS_DESC= Colors support CONFIGURE_ARGS+=--disable-nls PLIST_SUB+= NLS='@comment ' .else -USES+= gettext -USE_ICONV= yes +USES+= gettext iconv CONFIGURE_ARGS+=--enable-nls --with-libiconv-prefix="${LOCALBASE}" PLIST_SUB+= NLS='' .endif |