aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorMax Howell2009-07-10 00:49:27 +0100
committerMax Howell2009-07-10 00:49:27 +0100
commit04c48cf5cf60b26251f441c9860cb53c8b5c242b (patch)
tree4db1f3cfdaccabc86055b28cf803e23699d5e7f8 /Library/Formula
parentb67ae2dcbb56e805cb3c16bdd251c197dc4a9515 (diff)
downloadhomebrew-04c48cf5cf60b26251f441c9860cb53c8b5c242b.tar.bz2
Fix cmake formula
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/cmake.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/cmake.rb b/Library/Formula/cmake.rb
index 22c97e861..16a7aacf6 100644
--- a/Library/Formula/cmake.rb
+++ b/Library/Formula/cmake.rb
@@ -6,6 +6,7 @@ class Cmake <Formula
def deps
LibraryDep.new 'xmlrpc', 'xmlrpc-c'
+ end
def install
system "./bootstrap --prefix=#{prefix} --system-libs"