diff options
author | antoine <antoine@FreeBSD.org> | 2018-03-22 16:35:58 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2018-03-22 16:35:58 +0800 |
commit | 0fee3e2d4325c2db99c044a7eb688bb58493ea64 (patch) | |
tree | b659f52f5685114e36782a18e2b97aa93e1c0339 /devel/javolution | |
parent | a3d7bc2f6de383517c44967ac90f10326dad66c0 (diff) | |
download | freebsd-ports-gnome-0fee3e2d4325c2db99c044a7eb688bb58493ea64.tar.gz freebsd-ports-gnome-0fee3e2d4325c2db99c044a7eb688bb58493ea64.tar.zst freebsd-ports-gnome-0fee3e2d4325c2db99c044a7eb688bb58493ea64.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
Diffstat (limited to 'devel/javolution')
-rw-r--r-- | devel/javolution/Makefile | 2 |
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 |