diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2020-12-27 02:31:05 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2020-12-27 02:31:05 +0000 |
commit | 9d423893eb610a8c8fc3512914fff739b9e09998 (patch) | |
tree | 904fef2130d81f4cf57ed510bdc1ffacc2935dda | |
parent | science/wannier90: Fix registration of libwannier in ldconfig by adding the s... (diff) |
Restrict to Java 8, since this doesn't compile with Java 11
PR: 251774
Notes
Notes:
svn path=/head/; revision=559334
-rw-r--r-- | devel/statcvs/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/statcvs/Makefile b/devel/statcvs/Makefile index 6deafde4ec80..dbed11b8fcd1 100644 --- a/devel/statcvs/Makefile +++ b/devel/statcvs/Makefile @@ -19,6 +19,7 @@ BROKEN_armv7= fails to compile: build.xml: compilation failed USES= zip USE_JAVA= yes +JAVA_VERSION= 8 USE_ANT= yes NO_ARCH= yes |