diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2018-03-29 14:53:23 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2018-03-29 14:53:23 +0000 |
commit | 921597722013b1123b6775e8f314063132cca72a (patch) | |
tree | 3b60dfc298ce215e08fe82984e17fdbbdd5feacd /security/botan110 | |
parent | 34063c028207afd0e6fde774216128e13210357e (diff) |
Notes
Diffstat (limited to 'security/botan110')
-rw-r--r-- | security/botan110/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/security/botan110/Makefile b/security/botan110/Makefile index 7f291dd2061a..a8918792f82e 100644 --- a/security/botan110/Makefile +++ b/security/botan110/Makefile @@ -12,6 +12,9 @@ DISTNAME= Botan-${PORTVERSION} MAINTAINER= lapo@lapo.it COMMENT= Portable, easy to use, and efficient C++ crypto library +BROKEN_SSL= openssl-devel +BROKEN_SSL_REASON_openssl-devel= error: variable has incomplete type 'EVP_MD_CTX' (aka 'struct evp_md_ctx_st') + LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/doc/license.txt |