diff options
| author | Adam Vandenberg | 2013-01-27 14:49:06 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2013-01-27 14:54:50 -0800 |
| commit | 50318b620ecafb16df45cbacabfd56382ce619be (patch) | |
| tree | 5cf585fabb38799b167987d12436dcb5626aa16a | |
| parent | c81499a04266af1e6e1080e70e84f00bedd375bb (diff) | |
| download | homebrew-50318b620ecafb16df45cbacabfd56382ce619be.tar.bz2 | |
rhash: style nits
| -rw-r--r-- | Library/Formula/rhash.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/rhash.rb b/Library/Formula/rhash.rb index 32de2c134..6dc542b1a 100644 --- a/Library/Formula/rhash.rb +++ b/Library/Formula/rhash.rb @@ -16,7 +16,7 @@ class Rhash < Formula url 'http://downloads.sourceforge.net/project/rhash/rhash/1.2.10/rhash-1.2.10-src.tar.gz' sha1 '130f55faf3f13760ef0ab6a25e52db5052064c63' - depends_on LionOrNewer.new + depends_on LionOrNewer def install system 'make', 'install', "PREFIX=", |
