diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2020-12-27 05:07:01 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2020-12-27 05:07:01 +0000 |
commit | a4fc91b3af483d81bfc414207ca432101148b0e5 (patch) | |
tree | 8ba4ad5039bbf7ea79811930bbf822e5f640e4a3 /java | |
parent | x11/wayland-logout: update to 1.1 (diff) |
Restrict to Java 8, since this doesn't compile with Java 11
PR: 251774
Notes
Notes:
svn path=/head/; revision=559343
Diffstat (limited to 'java')
-rw-r--r-- | java/jcalendar/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/java/jcalendar/Makefile b/java/jcalendar/Makefile index d0a1bf302b12..2beb5460abe2 100644 --- a/java/jcalendar/Makefile +++ b/java/jcalendar/Makefile @@ -11,6 +11,7 @@ COMMENT= Java Date Chooser USES= zip USE_JAVA= yes +JAVA_VERSION= 8 USE_ANT= yes WRKSRC= ${WRKDIR}/src PLIST_FILES= %%JAVAJARDIR%%/${PORTNAME}.jar \ |