diff options
| author | Dmitry Sivachenko <demon@FreeBSD.org> | 2016-04-17 12:28:10 +0000 |
|---|---|---|
| committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2016-04-17 12:28:10 +0000 |
| commit | 34d8ecfd3dde5b020350b1746ccc47c184105b51 (patch) | |
| tree | 16ee075dbd73cb31d6f58d3412999bbdfe5edd4e /databases/hbase | |
| parent | math/geogebra: update 5.0.218.0 -> 5.0.226.0 (diff) | |
Allow to build hadoop stack with java-1.8, there are several reports
it is working fine.
Notes
Notes:
svn path=/head/; revision=413507
Diffstat (limited to 'databases/hbase')
| -rw-r--r-- | databases/hbase/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/hbase/Makefile b/databases/hbase/Makefile index 825e8e03a8cf..52cb5ff1c8c1 100644 --- a/databases/hbase/Makefile +++ b/databases/hbase/Makefile @@ -23,7 +23,7 @@ RUN_DEPENDS= bash:shells/bash \ USES= cpe CPE_VENDOR= apache USE_JAVA= yes -JAVA_VERSION= 1.7 +JAVA_VERSION= 1.7+ MAKE_ENV+= JAVA_HOME=${JAVA_HOME} MAVEN_OPTS="-XX:MaxPermSize=256m" OPTIONS_DEFINE= DOCS |
