diff options
-rw-r--r-- | polish/ekg/Makefile | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/polish/ekg/Makefile b/polish/ekg/Makefile index eaa9199d7744..a7c57745d5b1 100644 --- a/polish/ekg/Makefile +++ b/polish/ekg/Makefile @@ -36,7 +36,14 @@ ASPELL_RUN_DEPENDS= pl-aspell>0:polish/aspell OPENSSL_USES= ssl OPENSSL_CONFIGURE_OFF= --without-openssl +.include <bsd.port.pre.mk> + +.if ${SSL_DEFAULT} == base +BROKEN_FreeBSD_12= variable has incomplete type 'EVP_MD_CTX' (aka 'struct evp_md_ctx_st') +BROKEN_FreeBSD_13= variable has incomplete type 'EVP_MD_CTX' (aka 'struct evp_md_ctx_st') +.endif + post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/ekg -.include <bsd.port.mk> +.include <bsd.port.post.mk> |