What does the wiki mean when it says "The ogre package builds ogre in CTurtle"?

In boxturtle the "ogre" package did nothing -- it assumed you had ogre installed.  In CTurtle, due to the lack of good Ogre 1.7 binaries for OSX, it builds ogre manually.
 

The latter failed with:

ld: framework not found Ogre
collect2: ld returned 1 exit status
make[3]: *** [../lib/libogre_tools.dylib] Error 1
make[2]: *** [CMakeFiles/ogre_tools.dir/all] Error 2
make[1]: *** [all] Error 2
make: *** [all] Error 2

I downloaded and installed the nvidia-cg tools from the Nvidia web
site.  What else do I need to do?

Did ogre actually get built?  There should be a "Ogre.framework" directory in ogre/lib.

Josh