diff --git a/net/freenet6/Makefile b/net/freenet6/Makefile index 9a9ce3edb6c1..ce68b3a6bb5e 100644 --- a/net/freenet6/Makefile +++ b/net/freenet6/Makefile @@ -25,10 +25,17 @@ SUB_FILES= pkg-message MAKE_JOBS_UNSAFE=yes +.include + +.if ${SSL_DEFAULT} == base +BROKEN_FreeBSD_12= incomplete definition of type 'struct dsa_st' +BROKEN_FreeBSD_13= incomplete definition of type 'struct dsa_st' +.endif + post-fetch: @if [ ! -f ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} ]; then \ ${MV} ${DISTDIR}/file.asp*file_id*166* \ ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}; \ fi -.include +.include