diff --git a/net/easysoap/Makefile b/net/easysoap/Makefile index a263509b1dee..c570287cfbb0 100644 --- a/net/easysoap/Makefile +++ b/net/easysoap/Makefile @@ -24,4 +24,11 @@ USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -.include +.include + +.if ${SSL_DEFAULT} == base +BROKEN_FreeBSD_12= use of undeclared identifier 'SSLv2_client_method' +BROKEN_FreeBSD_13= use of undeclared identifier 'SSLv2_client_method' +.endif + +.include