aboutsummaryrefslogtreecommitdiffstats
path: root/java
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2018-03-12 05:34:34 +0800
committerantoine <antoine@FreeBSD.org>2018-03-12 05:34:34 +0800
commitfe1a3bb73978fdb6b1b49871baf7e7f0782523de (patch)
tree091872e9e782d19753d57485efee1a38c13e0e92 /java
parentecf9837c51639c5ad3c10ac55cf0e669208cda1b (diff)
downloadfreebsd-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/Makefile2
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