diff options
author | Steve Wills <swills@FreeBSD.org> | 2015-10-19 16:42:58 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2015-10-19 16:42:58 +0000 |
commit | c183f5d5d68bc8f2ab4df9d738abe934b711056b (patch) | |
tree | 3b14a6d6572390e1f8b3051c3879cdf0aef0d676 /lang | |
parent | Add missing ${PORTSDIR} to LIBDEPENDS. I forgot we were not doing that yet.. (diff) |
lang/x10: force use of jdk 1.6 or 1.7
Notes
Notes:
svn path=/head/; revision=399697
Diffstat (limited to 'lang')
-rw-r--r-- | lang/x10/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lang/x10/Makefile b/lang/x10/Makefile index 1dbdec82a82a..394812040fca 100644 --- a/lang/x10/Makefile +++ b/lang/x10/Makefile @@ -27,7 +27,7 @@ LICENSE= EPL USES= tar:bzip2 USE_JAVA= yes -JAVA_VERSION= 1.6+ +JAVA_VERSION= 1.6 1.7 USE_ANT= yes USE_GCC= yes @@ -43,10 +43,6 @@ OPTIONS_DEFINE= EXAMPLES .include <bsd.port.pre.mk> -.if ${JAVA_PORT_VERSION:M1.8.*} -BROKEN= Does not build with JDK 1.8 -.endif - post-patch: ${REINPLACE_CMD} -e 's/value="make"/value="gmake"/g' \ ${WRKDIR}/x10.runtime/build.xml |