diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2020-12-27 02:33:04 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2020-12-27 02:33:04 +0000 |
commit | a9d54bfe685be09a025abc824ec303d27cc9e3ca (patch) | |
tree | 52e2c48a7df28458b5cf1a5c551f92d5dc77acc2 | |
parent | Restrict to Java 8, since this doesn't compile with Java 11 (diff) |
Restrict to Java 8, since this doesn't compile with Java 11
PR: 251774
Notes
Notes:
svn path=/head/; revision=559335
-rw-r--r-- | devel/statsvn/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/statsvn/Makefile b/devel/statsvn/Makefile index e2fc146dd301..921d9f833073 100644 --- a/devel/statsvn/Makefile +++ b/devel/statsvn/Makefile @@ -20,6 +20,7 @@ DATADIR= ${JAVASHAREDIR}/${PORTNAME} USES= zip USE_JAVA= yes +JAVA_VERSION= 8 USE_ANT= yes NO_ARCH= yes |