diff options
-rw-r--r-- | devel/R-cran-sessioninfo/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/R-cran-sessioninfo/Makefile b/devel/R-cran-sessioninfo/Makefile index 9e9c37631824..6ee1bb5660b2 100644 --- a/devel/R-cran-sessioninfo/Makefile +++ b/devel/R-cran-sessioninfo/Makefile @@ -17,8 +17,9 @@ TEST_DEPENDS= R-cran-callr>0:devel/R-cran-callr \ R-cran-rmarkdown>0:textproc/R-cran-rmarkdown \ R-cran-testthat>0:devel/R-cran-testthat \ R-cran-withr>0:devel/R-cran-withr -TESTING_UNSAFE= https://github.com/r-lib/sessioninfo/issues/111 USES= cran:auto-plist +MAKE_ENV+= LC_ALL="C.UTF-8" + .include <bsd.port.mk> |