aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/saga-cpp.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/saga-cpp.rb')
-rwxr-xr-xLibrary/Formula/saga-cpp.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Formula/saga-cpp.rb b/Library/Formula/saga-cpp.rb
index 7845b62b8..5f2a2480b 100755
--- a/Library/Formula/saga-cpp.rb
+++ b/Library/Formula/saga-cpp.rb
@@ -20,7 +20,6 @@ class SagaCpp <Formula
system "./configure", "--prefix=#{prefix}",
"--with-boost=#{HOMEBREW_PREFIX}",
- # "--with-postgresql=#{HOMEBREW_PREFIX}",
"--with-sqlite3=#{HOMEBREW_PREFIX}"
system "make install"
end