net-mgmt/zabbix6-java: Fix JAVA version

Recent zabbix 6 java components requires OpenJDK 11 or newer

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

View file

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

View file

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