Date: Mon, 19 Dec 2022 12:06:29 -0300 From: Renato Botelho <garga@FreeBSD.org> To: Muhammad Moinur Rahman <bofh@FreeBSD.org>, ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: Re: git: 721e5776c957 - main - Mk/**tex.mk: Convert bsd.tex.mk to USES=tex Message-ID: <48d155ae-5afc-0b47-5e8f-ef1fe98e2e18@FreeBSD.org> In-Reply-To: <202212191445.2BJEjAJ9012677@gitrepo.freebsd.org> References: <202212191445.2BJEjAJ9012677@gitrepo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?48d155ae-5afc-0b47-5e8f-ef1fe98e2e18>