summaryrefslogtreecommitdiff
path: root/databases/hbase
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2019-07-18 16:36:35 +0000
committerGreg Lewis <glewis@FreeBSD.org>2019-07-18 16:36:35 +0000
commitbce2c72a74e39bd1eba412ffca860413528ef60f (patch)
tree698251369c721a1924075692aa5c2a5aff031eef /databases/hbase
parent[NEW] security/py-muacrypt: Support tool and API for Autocrypt mail agents (diff)
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
Notes
Notes: svn path=/head/; revision=506858
Diffstat (limited to 'databases/hbase')
-rw-r--r--databases/hbase/Makefile2
1 files changed, 1 insertions, 1 deletions
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 <bsd.port.pre.mk>
-.if ${JAVA_PORT_VERSION:M1.8.*}
+.if ${JAVA_PORT_VERSION:M*8*}
JDK18_PROFILE= ,build-with-jdk8
JDK18_SOURCE= -DcompileSource=1.8
.endif