diff options
author | antoine <antoine@FreeBSD.org> | 2018-03-12 05:34:34 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2018-03-12 05:34:34 +0800 |
commit | fe1a3bb73978fdb6b1b49871baf7e7f0782523de (patch) | |
tree | 091872e9e782d19753d57485efee1a38c13e0e92 /java | |
parent | ecf9837c51639c5ad3c10ac55cf0e669208cda1b (diff) | |
download | freebsd-ports-gnome-fe1a3bb73978fdb6b1b49871baf7e7f0782523de.tar.gz freebsd-ports-gnome-fe1a3bb73978fdb6b1b49871baf7e7f0782523de.tar.zst freebsd-ports-gnome-fe1a3bb73978fdb6b1b49871baf7e7f0782523de.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 'java')
-rw-r--r-- | java/jgrapht/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/java/jgrapht/Makefile b/java/jgrapht/Makefile index a7f194798f98..edc855670f8a 100644 --- a/java/jgrapht/Makefile +++ b/java/jgrapht/Makefile @@ -10,6 +10,8 @@ MASTER_SITES= SF/${PORTNAME}/JGraphT/Version%20${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Java package for mathematical graph-theory objects and algorithms +BROKEN= fails to build + USES= dos2unix zip DOS2UNIX_GLOB= *.xml *.java USE_JAVA= yes |