From d6f5f4d700bc62af3cd9e22cfeb13d2753650d22 Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Thu, 22 Mar 2018 08:35:58 +0000 Subject: Mark BROKEN: fails to build Exception in thread "main" java.lang.UnsupportedClassVersionError: org/apache/tools/ant/launch/Launcher : Unsupported major.minor version 52.0 Reported by: pkg-fallout --- devel/javolution/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/devel/javolution/Makefile b/devel/javolution/Makefile index 57b706628eab..e90090c1b88b 100644 --- a/devel/javolution/Makefile +++ b/devel/javolution/Makefile @@ -12,6 +12,8 @@ COMMENT= Java solution for real time and embedded systems LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt +BROKEN= fails to build + USE_JAVA= yes JAVA_VERSION= 1.6 USE_ANT= yes -- cgit