summaryrefslogtreecommitdiff
path: root/java
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2020-12-27 05:07:01 +0000
committerGreg Lewis <glewis@FreeBSD.org>2020-12-27 05:07:01 +0000
commita4fc91b3af483d81bfc414207ca432101148b0e5 (patch)
tree8ba4ad5039bbf7ea79811930bbf822e5f640e4a3 /java
parentx11/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/Makefile1
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 \