Re: git: 721e5776c957 - main - Mk/**tex.mk: Convert bsd.tex.mk to USES=tex
Date: Mon, 19 Dec 2022 15:06:29 UTC
On 19/12/22 11:45, Muhammad Moinur Rahman wrote: > index cf49b696640c..57a1c21cb16e 100644 > --- a/lang/mlton/Makefile > +++ b/lang/mlton/Makefile > @@ -83,8 +83,9 @@ MAKE_ARGS= DESTDIR='' MLTON_VERSION=${PORTVERSION} \ > .if ${PORT_OPTIONS:MDOCS} > BUILD_DEPENDS+= htmldoc:textproc/htmldoc > MAKE_ARGS+= MLTON_BINARY_RELEASE_WITH_DOCS=true > -#USE_TEX= latex:build > -USE_TEX= latex:formats > +USES+= tex > +USE_TEX= latex:build > +#USE_TEX= latex:formats This change seems wrong, it used to have latex:formats before and not it has latex:build. -- Renato Botelho