diff options
author | Steve Wills <swills@FreeBSD.org> | 2015-10-16 18:27:59 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2015-10-16 18:27:59 +0000 |
commit | a43711609b8424a4d37b5399e0cd1346ab768143 (patch) | |
tree | c4605c020c8abe47b14b0d7e600d60ebeefe1125 /net | |
parent | dcfa462ca6e135e444824e1e629337d44a8a225e (diff) | |
download | freebsd-ports-a43711609b8424a4d37b5399e0cd1346ab768143.zip |
net/openmq: mark broken on openjdk8
Diffstat (limited to 'net')
-rw-r--r-- | net/openmq/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/net/openmq/Makefile b/net/openmq/Makefile index 93b6d612a8c1..7ff88384db5f 100644 --- a/net/openmq/Makefile +++ b/net/openmq/Makefile @@ -43,7 +43,11 @@ USE_RC_SUBR= imq SUB_FILES= pkg-message .endif -.include <bsd.port.options.mk> +.include <bsd.port.pre.mk> + +.if ${JAVA_PORT_VERSION:M1.8.*} +BROKEN= Does not build with JDK 1.8 +.endif # Get the bootstrap jars in place before the build starts, because # pointyhat doesn't allow them to be downloaded by the "bootstrap" @@ -121,4 +125,4 @@ do-install: @${INSTALL_DATA} ${WRKSRC}/dist/mq/lib/imqxm.jar ${STAGEDIR}${JAVAJARDIR} .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> |