diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2022-12-19 08:35:46 -0600 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2022-12-19 08:44:58 -0600 |
commit | 721e5776c957ada07a0d148f5fc3e782a251e6dc (patch) | |
tree | 07ef1561e68ff0e579371a2599760d8de5a630aa /math/R | |
parent | 1bcf2a7fcb3e715eded0aad351c04019434fa446 (diff) | |
download | freebsd-ports-721e5776c957ada07a0d148f5fc3e782a251e6dc.zip |
Mk/**tex.mk: Convert bsd.tex.mk to USES=tex
- Update all the consumers to use USES=tex
- USE_TEX=yes is the old way of writing USES=tex which has been removed
and replaced in all ports
- Almost all of the USE_TEX features remains unchanged
- Some consumers had the same variables defined both in the mk
infrastructure and also in the ports which have been removed from the
ports as those are redundant.
In case any of the consumers are failing to build please make sure that
the nexessary USES=tex is there. Unlike previous USE_TEX=yes will no
longer load the required VARS for tex and related dependencies.
Reviewed by: portmgr
Approved by: portmgr (blanket)
Diffstat (limited to 'math/R')
-rw-r--r-- | math/R/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/R/Makefile b/math/R/Makefile index e39f9caf161d..540bc5beae44 100644 --- a/math/R/Makefile +++ b/math/R/Makefile @@ -106,6 +106,7 @@ TCLTK_IMPLIES= X11 TCLTK_USES= tcl tk TCLTK_CONFIGURE_WITH= tcltk tcl_config=${TCL_LIBDIR}/tclConfig.sh \ tk_config=${TK_LIBDIR}/tkConfig.sh +TEXDOCS_USES= tex TEXDOCS_USE= TEX=dvipsk:build,kpathsea:build,pdftex:build .for i in KPSEWHICH MAKEINDEX PDFLATEX PDFTEX TEX TEXI2DVI TEXDOCS_CONFIGURE_ENV_OFF+= ac_cv_path_${i}="" |