don't require port on mac if they have git

db4
Doug Coleman 2008-03-08 11:41:49 -06:00
parent 7b409be592
commit d35239bdd4
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ check_installed_programs() {
ensure_program_installed md5sum md5
ensure_program_installed cut
case $OS in
macosx) ensure_program_installed port;;
macosx) ensure_program_installed git port;;
netbsd) ensure_program_installed gmake;;
esac
check_gcc_version