diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2020-12-27 04:17:26 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2020-12-27 04:17:26 +0000 |
commit | 4350df64ae6e11508a132065d6cef857b7589a4d (patch) | |
tree | 84ecf782de8c1390bdaceec5f40f5f6c8557164a | |
parent | misc/osinfo-db: update to 20201218 (diff) |
Restrict to Java 8, since this doesn't compile with Java 11
PR: 251774
Notes
Notes:
svn path=/head/; revision=559339
Diffstat (limited to '')
-rw-r--r-- | java/eclipse-ecj/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/java/eclipse-ecj/Makefile b/java/eclipse-ecj/Makefile index 21e53222c2a8..0c59dc4516a3 100644 --- a/java/eclipse-ecj/Makefile +++ b/java/eclipse-ecj/Makefile @@ -21,6 +21,7 @@ EXTRACT_AFTER_ARGS= -C ${WRKSRC} USE_ANT= yes USE_JAVA= yes +JAVA_VERSION= 8 SUB_FILES= ecj.sh SUB_LIST= PORTVERSION=${PORTVERSION} NO_WRKSUBDIR= yes |