net-mgmt/zabbix7-java: Fix JAVA version

Recent zabbix 7 java components requires OpenJDK 11 or newer

PR:		284565
Reported by:	Einar Bjarni Halldórsson <einar@isnic.is>
This commit is contained in:
Einar Bjarni Halldórsson 2025-02-11 17:16:32 +01:00 committed by Juraj Lutter
parent eebf0b237a
commit 2bd2c3470c
2 changed files with 2 additions and 1 deletions

View file

@ -1,5 +1,5 @@
PORTNAME= zabbix7
PORTREVISION= 0
PORTREVISION= 1
CATEGORIES= net-mgmt
PKGNAMESUFFIX= -java

View file

@ -168,6 +168,7 @@ GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls
.if ${ZABBIX_BUILD} == "java"
USES+= java
JAVA_VERSION= 11+
.endif
.include <bsd.port.pre.mk>