svn commit: r356714 - head/science/colt
Jung-uk Kim
jkim at FreeBSD.org
Thu Jun 5 21:35:43 UTC 2014
Author: jkim
Date: Thu Jun 5 21:35:42 2014
New Revision: 356714
URL: http://svnweb.freebsd.org/changeset/ports/356714
QAT: https://qat.redports.org/buildarchive/r356714/
Log:
Allow building with JDK8. javadoc failures are not fatal.
Modified:
head/science/colt/Makefile
Modified: head/science/colt/Makefile
==============================================================================
--- head/science/colt/Makefile Thu Jun 5 21:35:29 2014 (r356713)
+++ head/science/colt/Makefile Thu Jun 5 21:35:42 2014 (r356714)
@@ -11,7 +11,7 @@ MAINTAINER= ports at FreeBSD.org
COMMENT= Java package for scalable scientific and technical computing
USE_JAVA= yes
-JAVA_VERSION= 1.6 1.7
+JAVA_VERSION= 1.6+
WRKSRC= ${WRKDIR}/${PORTNAME}
.if !defined(WITHOUT_COMPILE)
More information about the svn-ports-all
mailing list