diff options
Diffstat (limited to 'net/freenet6/Makefile')
-rw-r--r-- | net/freenet6/Makefile | 9 |
1 files changed, 8 insertions, 1 deletions
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 <bsd.port.pre.mk> + +.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 <bsd.port.mk> +.include <bsd.port.post.mk> |