From bce2c72a74e39bd1eba412ffca860413528ef60f Mon Sep 17 00:00:00 2001 From: Greg Lewis Date: Thu, 18 Jul 2019 16:36:35 +0000 Subject: Adjust to proposed changes in Java versioning * Bug #238758 proposes to change the Java versioning from versions such as "1.6.0" to versions such as "6" (for example). Modify the Makefile checks on JAVA_PORT_VERSION to cope with either format. PR: 238983 Approved by: maintainer timeout --- databases/hbase/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'databases') diff --git a/databases/hbase/Makefile b/databases/hbase/Makefile index 4b60447b8fd5..75165b669cdb 100644 --- a/databases/hbase/Makefile +++ b/databases/hbase/Makefile @@ -55,7 +55,7 @@ PLIST_SUB= HBASE_USER=${HBASE_USER} \ .include -.if ${JAVA_PORT_VERSION:M1.8.*} +.if ${JAVA_PORT_VERSION:M*8*} JDK18_PROFILE= ,build-with-jdk8 JDK18_SOURCE= -DcompileSource=1.8 .endif -- cgit v1.2.3