diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2018-11-10 10:09:48 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2018-11-10 10:09:48 +0000 |
commit | 35326f1a9714f76f3671b263a47134133258ec1b (patch) | |
tree | ec00e643384652d97e7643f40c6342bff01bff0b /devel/hadoop2 | |
parent | 532b7359be003bf854d62cb7aaccdee30cc43d18 (diff) | |
download | ports-35326f1a9714f76f3671b263a47134133258ec1b.tar.gz ports-35326f1a9714f76f3671b263a47134133258ec1b.zip |
Notes
Diffstat (limited to 'devel/hadoop2')
-rw-r--r-- | devel/hadoop2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/hadoop2/Makefile b/devel/hadoop2/Makefile index d55d86c3e9ce..99553d983a34 100644 --- a/devel/hadoop2/Makefile +++ b/devel/hadoop2/Makefile @@ -24,8 +24,8 @@ COMMENT= Apache Map/Reduce framework LICENSE= APACHE20 -BROKEN_SSL= openssl-devel -BROKEN_SSL_REASON_openssl-devel= incomplete definition of type 'struct evp_cipher_ctx_st' +BROKEN_SSL= openssl111 +BROKEN_SSL_REASON_openssl111= incomplete definition of type 'struct evp_cipher_ctx_st' BUILD_DEPENDS= ${LOCALBASE}/share/java/maven3/bin/mvn:devel/maven3 \ cmake:devel/cmake \ |