aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2018-03-22 16:35:58 +0800
committerAntoine Brodin <antoine@FreeBSD.org>2018-03-22 16:35:58 +0800
commitd6f5f4d700bc62af3cd9e22cfeb13d2753650d22 (patch)
treeb659f52f5685114e36782a18e2b97aa93e1c0339
parent07ca9270d78ebab23ddc63ace33eb0331608d9a8 (diff)
downloadfreebsd-ports-d6f5f4d700bc62af3cd9e22cfeb13d2753650d22.tar.gz
freebsd-ports-d6f5f4d700bc62af3cd9e22cfeb13d2753650d22.tar.zst
freebsd-ports-d6f5f4d700bc62af3cd9e22cfeb13d2753650d22.zip
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
Notes
Notes: svn path=/head/; revision=465270
-rw-r--r--devel/javolution/Makefile2
1 files changed, 2 insertions, 0 deletions
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