summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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