I used directions to get Wine from David Baumgold site: http://davidbaumgold.com/tutorials/wine-mac/ using the commands: $ echo export PATH=/opt/local/bin:/opt/local/sbin:\$PATH$'\n'export MANPATH=/opt/local/man:\$MANPATH | sudo tee -a /etc/profile $ if [ `sysctl -n hw.cpu64bit_capable` -eq 1 ] ; then echo "+universal" | sudo tee -a /opt/local/etc/macports/variants.conf; else echo "not 64bit capable"; fi $ sudo port install wine-devel And the Troopmaster install program was from the original software site. I would have thought that those would have been fine.