diff options
| author | Jack Nagel | 2013-09-21 20:47:55 -0500 |
|---|---|---|
| committer | Jack Nagel | 2013-09-21 21:05:20 -0500 |
| commit | 1e91dcaaf123b5103429240d62e72077e77ff33e (patch) | |
| tree | 65fa7c12b36492662371cc2a27efcdb7e44b05b4 /Library/Formula | |
| parent | cccdcf2fb6c9d9c0ce1092ee8f9f36a42f0b1a0f (diff) | |
| download | homebrew-1e91dcaaf123b5103429240d62e72077e77ff33e.tar.bz2 | |
yasm: use spec deps
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/yasm.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/yasm.rb b/Library/Formula/yasm.rb index 12ee4162f..4f684c3c5 100644 --- a/Library/Formula/yasm.rb +++ b/Library/Formula/yasm.rb @@ -5,9 +5,9 @@ class Yasm < Formula url 'http://tortall.net/projects/yasm/releases/yasm-1.2.0.tar.gz' sha256 '768ffab457b90a20a6d895c39749adb547c1b7cb5c108e84b151a838a23ccf31' - head 'https://github.com/yasm/yasm.git' + head do + url 'https://github.com/yasm/yasm.git' - if build.head? depends_on 'gettext' depends_on :automake end |
