diff options
| author | Jack Nagel | 2013-09-21 20:47:24 -0500 |
|---|---|---|
| committer | Jack Nagel | 2013-09-21 20:47:24 -0500 |
| commit | 727d3b1867da493e76910909b7db37c094b4a0e0 (patch) | |
| tree | df054b52d89033a6b455b072de31fee5c0acb933 /Library/Formula | |
| parent | 73ca3042ba2b8f17e7a178c09e486ec112de4178 (diff) | |
| download | homebrew-727d3b1867da493e76910909b7db37c094b4a0e0.tar.bz2 | |
libxmp: use spec deps
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/libxmp.rb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Library/Formula/libxmp.rb b/Library/Formula/libxmp.rb index 8339519a9..36cbd07b3 100644 --- a/Library/Formula/libxmp.rb +++ b/Library/Formula/libxmp.rb @@ -4,9 +4,11 @@ class Libxmp < Formula homepage 'http://xmp.sourceforge.net' url 'http://downloads.sourceforge.net/project/xmp/libxmp/4.1.5/libxmp-4.1.5.tar.gz' sha1 'f50ff6d98e9c21c8fb5e29a8c9e5677983285d90' - head 'git://git.code.sf.net/p/xmp/libxmp' - depends_on :autoconf if build.head? + head do + url 'git://git.code.sf.net/p/xmp/libxmp' + depends_on :autoconf + end def install system "autoconf" if build.head? |
