aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authorthierry <thierry@FreeBSD.org>2012-11-01 21:22:07 +0800
committerthierry <thierry@FreeBSD.org>2012-11-01 21:22:07 +0800
commit98178092001d5db54b0f5f1d4b6375bccb1b0ab8 (patch)
tree0067185fe94f40e5d47ab701953ad822f2313017 /math
parent11460d84120817cf58275ff76cabd0a26efd2b29 (diff)
downloadfreebsd-ports-gnome-98178092001d5db54b0f5f1d4b6375bccb1b0ab8.tar.gz
freebsd-ports-gnome-98178092001d5db54b0f5f1d4b6375bccb1b0ab8.tar.zst
freebsd-ports-gnome-98178092001d5db54b0f5f1d4b6375bccb1b0ab8.zip
Fully deactive localization, so that it passes the non-regression tests
with a non-english desktop. Feature safe: yes
Diffstat (limited to 'math')
-rw-r--r--math/rkward-kde4/Makefile2
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>