diff options
| author | Jack Nagel | 2014-08-24 19:51:11 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-08-24 19:52:26 -0500 |
| commit | d7ca8bb14919a99ba267d46673486c22aa58ffcb (patch) | |
| tree | dffd2a9f32a2f59b73588c0e4d73a42461afd566 | |
| parent | 86f6969b08599a8d3edd70f0dded4d2ac35eaf3a (diff) | |
| download | homebrew-d7ca8bb14919a99ba267d46673486c22aa58ffcb.tar.bz2 | |
nanomsg: style
| -rw-r--r-- | Library/Formula/nanomsg.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/nanomsg.rb b/Library/Formula/nanomsg.rb index 842a587c8..e2ad621b8 100644 --- a/Library/Formula/nanomsg.rb +++ b/Library/Formula/nanomsg.rb @@ -18,7 +18,7 @@ class Nanomsg < Formula option 'without-nanocat', 'Do not install nanocat tool' option 'with-debug', 'Compile with debug symbols' - depends_on 'pkg-config'=> :build + depends_on 'pkg-config' => :build if build.with? 'doc' depends_on 'asciidoc' => :build |
