aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/soprano.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/soprano.rb')
-rw-r--r--Library/Formula/soprano.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/soprano.rb b/Library/Formula/soprano.rb
index 2654b5904..ed1e6e065 100644
--- a/Library/Formula/soprano.rb
+++ b/Library/Formula/soprano.rb
@@ -1,8 +1,8 @@
require 'formula'
class Soprano < Formula
- url 'http://downloads.sourceforge.net/project/soprano/Soprano/2.6.0/soprano-2.6.0.tar.bz2'
homepage 'http://soprano.sourceforge.net/'
+ url 'http://downloads.sourceforge.net/project/soprano/Soprano/2.6.0/soprano-2.6.0.tar.bz2'
md5 '03ae49e87c6ec99e57d0433c2650846f'
depends_on 'cmake' => :build
@@ -14,7 +14,7 @@ class Soprano < Formula
def install
ENV['CLUCENE_HOME'] = HOMEBREW_PREFIX
- system "cmake . #{std_cmake_parameters}"
+ system "cmake #{std_cmake_parameters} ."
system "make install"
end
end