diff options
author | John Marino <marino@FreeBSD.org> | 2015-11-02 07:23:46 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2015-11-02 07:23:46 +0000 |
commit | d761277a814a9e12f2e69e54d2da89ede85d2d93 (patch) | |
tree | e7a9d69945ce07c5b70c2e43ee09c56ca3231848 /net/openmq | |
parent | 1b2c0f32070bbe64e46e07ab14b63d87ce906978 (diff) |
Notes
Diffstat (limited to 'net/openmq')
-rw-r--r-- | net/openmq/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/net/openmq/Makefile b/net/openmq/Makefile index 7ff88384db5f..3dfa3fcb2382 100644 --- a/net/openmq/Makefile +++ b/net/openmq/Makefile @@ -25,7 +25,7 @@ BOOTJARS= javaee-api-6.0.jar:2 \ USES= zip USE_JAVA= yes -JAVA_VERSION= 1.6+ +JAVA_VERSION= 1.6 1.7 JAVA_VENDOR= openjdk WRKSRC= ${WRKDIR}/mq @@ -43,11 +43,7 @@ USE_RC_SUBR= imq SUB_FILES= pkg-message .endif -.include <bsd.port.pre.mk> - -.if ${JAVA_PORT_VERSION:M1.8.*} -BROKEN= Does not build with JDK 1.8 -.endif +.include <bsd.port.options.mk> # Get the bootstrap jars in place before the build starts, because # pointyhat doesn't allow them to be downloaded by the "bootstrap" @@ -125,4 +121,4 @@ do-install: @${INSTALL_DATA} ${WRKSRC}/dist/mq/lib/imqxm.jar ${STAGEDIR}${JAVAJARDIR} .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |