From d35239bdd4c7c19c2d74c1514b1a27a713e4bc50 Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Sat, 8 Mar 2008 11:41:49 -0600 Subject: [PATCH] don't require port on mac if they have git --- misc/factor.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/factor.sh b/misc/factor.sh index 3a6d2d64f9..a823bf7b0e 100755 --- a/misc/factor.sh +++ b/misc/factor.sh @@ -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