diff options
| author | Adam Vandenberg | 2013-01-27 14:53:11 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2013-01-27 14:54:52 -0800 |
| commit | 392a3cbbd67cf571f05ae0e554db93602117c6a4 (patch) | |
| tree | dcc5bfe83816500e37c2b3067abcec50b66717a4 | |
| parent | 8eb22a4664e254f3daf9e20753d0a458aaf50ff3 (diff) | |
| download | homebrew-392a3cbbd67cf571f05ae0e554db93602117c6a4.tar.bz2 | |
dsniff: style nits
| -rw-r--r-- | Library/Formula/dsniff.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/dsniff.rb b/Library/Formula/dsniff.rb index add05311c..5a1b736e3 100644 --- a/Library/Formula/dsniff.rb +++ b/Library/Formula/dsniff.rb @@ -18,7 +18,7 @@ class Dsniff < Formula homepage 'http://monkey.org/~dugsong/dsniff/' sha1 '25cfea26e9bbe016451180758a49d4d5bc9317d3' - depends_on NoBdb5.new + depends_on NoBdb5 depends_on 'libnet' depends_on 'libnids' |
