View | Details | Raw Unified | Return to bug 218238 | Differences between
and this patch

Collapse All | Expand All

(-)b/net-mgmt/zabbix3-server/Makefile (-1 / +3 lines)
Lines 146-153 POLARSSL_LIB_DEPENDS= libmbedtls.so:security/polarssl13 Link Here
146
146
147
.include <bsd.port.pre.mk>
147
.include <bsd.port.pre.mk>
148
148
149
.if ${SSL_DEFAULT:Mlibressl*}
149
.if ${PORT_OPTIONS:MOPENSSL}
150
. if ${SSL_DEFAULT:Mlibressl*}
150
IGNORE=	requires PSK which is unsupported by the selected LibreSSL
151
IGNORE=	requires PSK which is unsupported by the selected LibreSSL
152
. endif
151
.endif
153
.endif
152
154
153
post-patch:
155
post-patch:
(-)b/net-mgmt/zabbix32-server/Makefile (-1 / +3 lines)
Lines 146-153 POLARSSL_LIB_DEPENDS= libmbedtls.so:security/polarssl13 Link Here
146
146
147
.include <bsd.port.pre.mk>
147
.include <bsd.port.pre.mk>
148
148
149
.if ${SSL_DEFAULT:Mlibressl*}
149
.if ${PORT_OPTIONS:MOPENSSL}
150
. if ${SSL_DEFAULT:Mlibressl*}
150
IGNORE=	requires PSK which is unsupported by the selected LibreSSL
151
IGNORE=	requires PSK which is unsupported by the selected LibreSSL
152
. endif
151
.endif
153
.endif
152
154
153
post-patch:
155
post-patch:

Return to bug 218238