From 03de3b0c47f1eeeae6cc712d29b0c6dac55d8dd7 Mon Sep 17 00:00:00 2001 From: Jung-uk Kim Date: Wed, 4 Jun 2014 23:21:57 +0000 Subject: Fix build with java/openjdk7. Note it does not build with java/openjdk8. Reported by: exp-run (PR190511) --- science/colt/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'science/colt') diff --git a/science/colt/Makefile b/science/colt/Makefile index 3dcc7104d4d9..2e45eb09b5bc 100644 --- a/science/colt/Makefile +++ b/science/colt/Makefile @@ -11,12 +11,13 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Java package for scalable scientific and technical computing USE_JAVA= yes -JAVA_VERSION= 1.6+ +JAVA_VERSION= 1.6 1.7 WRKSRC= ${WRKDIR}/${PORTNAME} .if !defined(WITHOUT_COMPILE) USE_ANT= yes ALL_TARGET= build +MAKE_ENV= LANG=en_US.ISO8859-1 .if !defined(NOPORTDOCS) ALL_TARGET+= javadoc .endif -- cgit v1.2.3