diff options
author | antoine <antoine@FreeBSD.org> | 2018-03-12 14:50:26 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2018-03-12 14:50:26 +0800 |
commit | d06fcd7a0b3c47f4b93aebfa38d236957ba14deb (patch) | |
tree | a5c70c386af029ec2965c42100427059bcb03363 /net/openmq/Makefile | |
parent | 56fa7f8c413baddd102ab338b7a374a9554ed624 (diff) | |
download | freebsd-ports-gnome-d06fcd7a0b3c47f4b93aebfa38d236957ba14deb.tar.gz freebsd-ports-gnome-d06fcd7a0b3c47f4b93aebfa38d236957ba14deb.tar.zst freebsd-ports-gnome-d06fcd7a0b3c47f4b93aebfa38d236957ba14deb.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 'net/openmq/Makefile')
-rw-r--r-- | net/openmq/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/openmq/Makefile b/net/openmq/Makefile index 3bddce12f771..7bdc31dc2ef2 100644 --- a/net/openmq/Makefile +++ b/net/openmq/Makefile @@ -18,6 +18,8 @@ COMMENT= Open Message Queue - Java Message Service Broker ${CLIENT_COMMENT} LICENSE= GPLv2 CDDL LICENSE_COMB= dual +BROKEN= fails to build + SRCDIST= mq4_5_2p1-source.zip BOOTJARS= javaee-api-6.0.jar:2 \ grizzly-nio-framework-1.9.18a.jar:3 \ |