diff options
| author | Jack Nagel | 2013-09-21 20:47:57 -0500 |
|---|---|---|
| committer | Jack Nagel | 2013-09-21 21:05:31 -0500 |
| commit | 5d9c2b9ce943868325e0a4daa49dc0b99515bf61 (patch) | |
| tree | 12ac14756a694d2c91edd42da51902d39160e6b7 /Library/Formula | |
| parent | fda0d27cf95cbbb50d480dd238abe540938c70c0 (diff) | |
| download | homebrew-5d9c2b9ce943868325e0a4daa49dc0b99515bf61.tar.bz2 | |
znc: use spec deps
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/znc.rb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Library/Formula/znc.rb b/Library/Formula/znc.rb index b956ff364..84ff1840f 100644 --- a/Library/Formula/znc.rb +++ b/Library/Formula/znc.rb @@ -2,17 +2,18 @@ require 'formula' class Znc < Formula homepage 'http://wiki.znc.in/ZNC' - head 'https://github.com/znc/znc.git' url 'http://znc.in/releases/archive/znc-1.0.tar.gz' sha1 '50e6e3aacb67cf0a63d77f5031d4b75264cee294' - option 'enable-debug', "Compile ZNC with --enable-debug" + head do + url 'https://github.com/znc/znc.git' - if build.head? depends_on :automake depends_on :libtool end + option 'enable-debug', "Compile ZNC with --enable-debug" + depends_on 'pkg-config' => :build def install |
