I have tried to look for ldd in my DarwinPort but it is not there. Instead, I found that OS X uses “otool -L” which is doing the exactly same thing as ldd does.
For more infomation, try to do “man otool”
Discussion