aboutsummaryrefslogtreecommitdiff
path: root/security/libssh
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2018-03-29 14:53:23 +0000
committerMathieu Arnold <mat@FreeBSD.org>2018-03-29 14:53:23 +0000
commit921597722013b1123b6775e8f314063132cca72a (patch)
tree3b60dfc298ce215e08fe82984e17fdbbdd5feacd /security/libssh
parent34063c028207afd0e6fde774216128e13210357e (diff)
downloadports-921597722013b1123b6775e8f314063132cca72a.tar.gz
ports-921597722013b1123b6775e8f314063132cca72a.zip
Mark some ports broken with openssl-devel.
Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=465899
Diffstat (limited to 'security/libssh')
-rw-r--r--security/libssh/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/security/libssh/Makefile b/security/libssh/Makefile
index 02b9ec4cd8c9..d88ecd7bb063 100644
--- a/security/libssh/Makefile
+++ b/security/libssh/Makefile
@@ -12,6 +12,9 @@ COMMENT= Library implementing the SSH1 and SSH2 protocol
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/COPYING
+BROKEN_SSL= openssl-devel
+BROKEN_SSL_REASON_openssl-devel= error: variable has incomplete type 'EVP_MD_CTX' (aka 'struct evp_md_ctx_st')
+
OPTIONS_DEFINE= SSH1 STATIC
OPTIONS_RADIO= CRYPTO
OPTIONS_RADIO_CRYPTO= GCRYPT OPENSSL