1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00

net/openmq: mark broken on openjdk8

This commit is contained in:
Steve Wills 2015-10-16 18:27:59 +00:00
parent dcfa462ca6
commit a43711609b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=399498

View File

@ -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>