forked from Lainports/freebsd-ports
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:
parent
4fa9e2774b
commit
a5baceeb88
2 changed files with 2 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
PORTNAME= zabbix6
|
PORTNAME= zabbix6
|
||||||
PORTREVISION= 0
|
PORTREVISION= 1
|
||||||
CATEGORIES= net-mgmt
|
CATEGORIES= net-mgmt
|
||||||
PKGNAMESUFFIX= -java
|
PKGNAMESUFFIX= -java
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -169,6 +169,7 @@ GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls
|
||||||
|
|
||||||
.if ${ZABBIX_BUILD} == "java"
|
.if ${ZABBIX_BUILD} == "java"
|
||||||
USES+= java
|
USES+= java
|
||||||
|
JAVA_VERSION= 11+
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue