diff --git a/mac-setup b/mac-setup index 3c2685d..2abb5d6 100755 --- a/mac-setup +++ b/mac-setup @@ -14,4 +14,7 @@ export PROJECT_DIR init_paths_and_vars -recipe 'macports' +if ! is_installed "macports" ; then + recipe 'macports' + set_installed "macports" +fi