@@ -, +, @@ set --- net-mgmt/zabbix3-server/Makefile | 4 +++- net-mgmt/zabbix32-server/Makefile | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) --- b/net-mgmt/zabbix3-server/Makefile +++ b/net-mgmt/zabbix3-server/Makefile @@ -146,8 +146,10 @@ POLARSSL_LIB_DEPENDS= libmbedtls.so:security/polarssl13 .include -.if ${SSL_DEFAULT:Mlibressl*} +.if ${PORT_OPTIONS:MOPENSSL} +. if ${SSL_DEFAULT:Mlibressl*} IGNORE= requires PSK which is unsupported by the selected LibreSSL +. endif .endif post-patch: --- b/net-mgmt/zabbix32-server/Makefile +++ b/net-mgmt/zabbix32-server/Makefile @@ -146,8 +146,10 @@ POLARSSL_LIB_DEPENDS= libmbedtls.so:security/polarssl13 .include -.if ${SSL_DEFAULT:Mlibressl*} +.if ${PORT_OPTIONS:MOPENSSL} +. if ${SSL_DEFAULT:Mlibressl*} IGNORE= requires PSK which is unsupported by the selected LibreSSL +. endif .endif post-patch: