diff options
Diffstat (limited to 'Library/Formula/znc.rb')
| -rw-r--r-- | Library/Formula/znc.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/znc.rb b/Library/Formula/znc.rb index 12c56754a..7cae42ce2 100644 --- a/Library/Formula/znc.rb +++ b/Library/Formula/znc.rb @@ -4,14 +4,14 @@ class Znc <Formula url 'http://downloads.sourceforge.net/project/znc/znc/0.092/znc-0.092.tar.gz' md5 'e800a70c932dd13bc09b63569b49db3a' homepage 'http://en.znc.in/wiki/ZNC' - + depends_on 'c-ares' depends_on 'pkg-config' => :optional - + skip_clean 'bin/znc' skip_clean 'bin/znc-config' skip_clean 'bin/znc-buildmod' - + def install # Apparently Snow Leopard's libperl is at /System/Library/Perl/lib/5.10/libperl.dylib # but I don't know how to tell znc that. Perl is only used for user plugins, anyway. |
