aboutsummaryrefslogtreecommitdiff
path: root/net/openmq
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2015-11-02 07:23:46 +0000
committerJohn Marino <marino@FreeBSD.org>2015-11-02 07:23:46 +0000
commitd761277a814a9e12f2e69e54d2da89ede85d2d93 (patch)
treee7a9d69945ce07c5b70c2e43ee09c56ca3231848 /net/openmq
parent1b2c0f32070bbe64e46e07ab14b63d87ce906978 (diff)
downloadports-d761277a814a9e12f2e69e54d2da89ede85d2d93.tar.gz
ports-d761277a814a9e12f2e69e54d2da89ede85d2d93.zip
Notes
Diffstat (limited to 'net/openmq')
-rw-r--r--net/openmq/Makefile10
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>