diff options
author | antoine <antoine@FreeBSD.org> | 2018-03-22 16:36:55 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2018-03-22 16:36:55 +0800 |
commit | 304622e1f547dbab8a9bb3f858edc4aa23355246 (patch) | |
tree | b6955b71d9a2d95c157a4c17325deeff1abdeee3 /math | |
parent | 0fee3e2d4325c2db99c044a7eb688bb58493ea64 (diff) | |
download | freebsd-ports-gnome-304622e1f547dbab8a9bb3f858edc4aa23355246.tar.gz freebsd-ports-gnome-304622e1f547dbab8a9bb3f858edc4aa23355246.tar.zst freebsd-ports-gnome-304622e1f547dbab8a9bb3f858edc4aa23355246.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 'math')
-rw-r--r-- | math/jakarta-commons-math/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/jakarta-commons-math/Makefile b/math/jakarta-commons-math/Makefile index 1b4e0181590a..3518aeab8f0c 100644 --- a/math/jakarta-commons-math/Makefile +++ b/math/jakarta-commons-math/Makefile @@ -18,6 +18,8 @@ COMMENT= Java library of self-contained mathematics and statistics components LICENSE= APACHE20 +BROKEN= fails to build + USE_ANT= yes USE_JAVA= yes JAVA_VERSION= 1.6 1.7 |