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