summaryrefslogtreecommitdiff
path: root/java/jdom/Makefile
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2020-12-27 18:56:42 +0000
committerGreg Lewis <glewis@FreeBSD.org>2020-12-27 18:56:42 +0000
commit779e3c56c223572572628bec02fef50d00b432a2 (patch)
tree1079642e81479b5edc03fe25f65621e7ad585e10 /java/jdom/Makefile
parentUpdate to 0.1.4 (diff)
Restrict to Java 8, since this doesn't compile with Java 11
PR: 251774
Notes
Notes: svn path=/head/; revision=559402
Diffstat (limited to 'java/jdom/Makefile')
-rw-r--r--java/jdom/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/java/jdom/Makefile b/java/jdom/Makefile
index 9cdf709132c2..0b05a0119c40 100644
--- a/java/jdom/Makefile
+++ b/java/jdom/Makefile
@@ -13,6 +13,7 @@ COMMENT= Java library for accessing and manipulating XML documents
RUN_DEPENDS= ${JAVALIBDIR}/jaxen-jdom.jar:java/jaxen
USE_JAVA= yes
+JAVA_VERSION= 8
USE_ANT= yes
ALL_TARGET= package