1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Allow building with JDK8. javadoc failures are not fatal.

This commit is contained in:
Jung-uk Kim 2014-06-05 21:35:42 +00:00
parent e7389145db
commit 022524468b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=356714

View File

@ -11,7 +11,7 @@ MAINTAINER= ports@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)