forked from Lainports/freebsd-ports
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:
parent
eebf0b237a
commit
2bd2c3470c
2 changed files with 2 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= zabbix7
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net-mgmt
|
||||
PKGNAMESUFFIX= -java
|
||||
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue