diff options
| author | John Hein <jcfyecrayz@liamekaens.com> | 2022-02-19 11:34:48 -0400 |
|---|---|---|
| committer | Joseph Mingrone <jrm@FreeBSD.org> | 2022-02-19 11:37:52 -0400 |
| commit | 440a2e37d269fd244a5bab4fe804bd531daadac5 (patch) | |
| tree | 1b454f8f6b106ab624855d29cc41bfb1784ce4c5 | |
| parent | games/automuteus: Update to 6.16.7 (diff) | |
math/R: Specify tk_config location during configure
PR: 261779
| -rw-r--r-- | math/R/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/R/Makefile b/math/R/Makefile index 3fa1933f58f8..31c48c11b1b4 100644 --- a/math/R/Makefile +++ b/math/R/Makefile @@ -116,7 +116,8 @@ RBLAS_EXTRA_PATCHES= ${PATCHDIR}/extra-patch-src_extra_blas_Makefile.in \ RPROF_CONFIGURE_ENABLE= R-profiling TCLTK_IMPLIES= X11 TCLTK_USES= tcl tk -TCLTK_CONFIGURE_WITH= tcltk +TCLTK_CONFIGURE_WITH= tcltk tcl_config=${TCL_LIBDIR}/tclConfig.sh \ + tk_config=${TK_LIBDIR}/tkConfig.sh 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}="" |
