aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-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"