diff options
-rw-r--r-- | math/rkward-kde4/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/rkward-kde4/Makefile b/math/rkward-kde4/Makefile index 27079da24eac..c8f4ead81300 100644 --- a/math/rkward-kde4/Makefile +++ b/math/rkward-kde4/Makefile @@ -80,7 +80,7 @@ pre-configure: regression-test: install @${ECHO_MSG} "To pass the tests, some CRAN packages like R2HTML" @${ECHO_MSG} "must be installed." - (cd ${WRKSRC}/tests && LANG=C make plugintests) + (cd ${WRKSRC}/tests && KDE_LANG=en_US make plugintests) .endif .include <bsd.port.mk> |