diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2020-12-29 19:17:03 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2020-12-29 19:17:03 +0000 |
commit | fdd25f276ec26c1c825a4e07c45e91a75584ff84 (patch) | |
tree | 46778a1284a765e0e62f1d4ede080e2bb619aa26 | |
parent | Remove unused configure arguments. (diff) |
Restrict to Java 8, since this doesn't compile with Java 11
PR: 251774
Notes
Notes:
svn path=/head/; revision=559606
-rw-r--r-- | www/helma/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/helma/Makefile b/www/helma/Makefile index 9fe609ea345d..9f44b2d3a21a 100644 --- a/www/helma/Makefile +++ b/www/helma/Makefile @@ -21,6 +21,7 @@ DATADIR= ${JAVASHAREDIR}/${PORTNAME} USE_RC_SUBR= helma USE_JAVA= yes +JAVA_VERSION= 8 USE_ANT= yes ALL_TARGET= clean jar NO_ARCH= yes |