diff options
author | mat <mat@FreeBSD.org> | 2018-03-29 22:53:23 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2018-03-29 22:53:23 +0800 |
commit | 6417348a7d820fe2d77751aafe80870cb1994c9d (patch) | |
tree | 3b60dfc298ce215e08fe82984e17fdbbdd5feacd /net/liboauth | |
parent | d876945c1b3991d21d88d643ef2212b207f648ca (diff) | |
download | freebsd-ports-gnome-6417348a7d820fe2d77751aafe80870cb1994c9d.tar.gz freebsd-ports-gnome-6417348a7d820fe2d77751aafe80870cb1994c9d.tar.zst freebsd-ports-gnome-6417348a7d820fe2d77751aafe80870cb1994c9d.zip |
Mark some ports broken with openssl-devel.
Sponsored by: Absolight
Diffstat (limited to 'net/liboauth')
-rw-r--r-- | net/liboauth/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/liboauth/Makefile b/net/liboauth/Makefile index f821ceee868f..f442a5b8ac98 100644 --- a/net/liboauth/Makefile +++ b/net/liboauth/Makefile @@ -12,6 +12,9 @@ COMMENT= C library implementing the OAuth Core standard LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING.MIT +BROKEN_SSL= openssl-devel +BROKEN_SSL_REASON_openssl-devel= error: variable has incomplete type 'EVP_MD_CTX' (aka 'struct evp_md_ctx_st') + LIB_DEPENDS= libcurl.so:ftp/curl USES= libtool pkgconfig ssl |