svn commit: r306800 - head/math/rkward-kde4
Thierry Thomas
thierry at FreeBSD.org
Thu Nov 1 13:22:08 UTC 2012
Author: thierry
Date: Thu Nov 1 13:22:07 2012
New Revision: 306800
URL: http://svn.freebsd.org/changeset/ports/306800
Log:
Fully deactive localization, so that it passes the non-regression tests
with a non-english desktop.
Feature safe: yes
Modified:
head/math/rkward-kde4/Makefile
Modified: head/math/rkward-kde4/Makefile
==============================================================================
--- head/math/rkward-kde4/Makefile Thu Nov 1 12:26:10 2012 (r306799)
+++ head/math/rkward-kde4/Makefile Thu Nov 1 13:22:07 2012 (r306800)
@@ -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>
More information about the svn-ports-head
mailing list