Index: Makefile =================================================================== --- Makefile (revision 9781) +++ Makefile (working copy) @@ -240,7 +240,11 @@ .endif .if ${PORT_OPTIONS:MICONV} +.if defined (LITE) USES+= iconv +.else +USES+= iconv:translit +.endif CONFIGURE_ARGS+= ${ICONV_CONFIGURE_ARG} .else CONFIGURE_ARGS+= --disable-iconv