head	1.1;
access;
symbols
	RELEASE_8_3_0:1.1
	RELEASE_9_0_0:1.1
	RELEASE_7_4_0:1.1
	RELEASE_8_2_0:1.1
	RELEASE_6_EOL:1.1
	RELEASE_8_1_0:1.1
	RELEASE_7_3_0:1.1
	RELEASE_8_0_0:1.1
	RELEASE_7_2_0:1.1
	RELEASE_7_1_0:1.1
	RELEASE_6_4_0:1.1
	RELEASE_5_EOL:1.1;
locks; strict;
comment	@# @;


1.1
date	2007.12.15.15.13.41;	author miwi;	state Exp;
branches;
next	;


desc
@@


1.1
log
@MrBayes is a program for the Bayesian estimation of phylogeny.

Bayesian inference of phylogeny is based upon a quantity called the
posterior probability distribution of trees, which is the probability of a
tree conditioned on the observations. The conditioning is accomplished
using Bayes's theorem. The posterior probability distribution of trees is
impossible to calculate analytically; instead, MrBayes uses a simulation
technique called Markov chain Monte Carlo (or MCMC) to approximate the
posterior probabilities of trees.

WWW: http://mrbayes.csit.fsu.edu/

PR:		ports/118542
Submitted by:	mzaki at biol.s.u-tokyo.ac.jp
@
text
@--- Makefile.orig	2005-12-23 01:13:06.000000000 +0900
+++ Makefile	2007-12-11 11:35:36.000000000 +0900
@@@@ -19,7 +19,7 @@@@
 
 # set compiler for the non-MPI version (mpicc will be used for the MPI
 # version regardless of this setting)
-CC = gcc
+CC ?= gcc
 
 # set to yes if you want to use the readline library (make sure you have it
 # installed on your machine)
@
