diff options
| author | Jack Nagel | 2013-09-21 20:47:27 -0500 |
|---|---|---|
| committer | Jack Nagel | 2013-09-21 21:04:37 -0500 |
| commit | 3f6591d83b1a153c8435e61b3106d377adda1be9 (patch) | |
| tree | bf0852c2b14579594244584281e7ef23da69a23c /Library/Formula | |
| parent | dcee738e48c143819f5be79d6a25521b3983571e (diff) | |
| download | homebrew-3f6591d83b1a153c8435e61b3106d377adda1be9.tar.bz2 | |
midgard2: use spec deps
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/midgard2.rb | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Library/Formula/midgard2.rb b/Library/Formula/midgard2.rb index 90a010324..aac0e12de 100644 --- a/Library/Formula/midgard2.rb +++ b/Library/Formula/midgard2.rb @@ -5,18 +5,18 @@ class Midgard2 < Formula url 'https://github.com/downloads/midgardproject/midgard-core/midgard2-core-12.09.tar.gz' sha1 'dc5f21833b4a9ba9e714dd523a563b7e6ee777af' - head 'https://github.com/midgardproject/midgard-core.git', :branch => 'ratatoskr' + head do + url 'https://github.com/midgardproject/midgard-core.git', :branch => 'ratatoskr' + + depends_on :automake + depends_on :libtool + end depends_on 'pkg-config' => :build depends_on 'glib' depends_on 'dbus-glib' depends_on 'libgda' - if build.head? - depends_on :automake - depends_on :libtool - end - def install if build.head? system "autoreconf", "-i", "--force" |
