diff options
| author | Adam Vandenberg | 2012-07-07 11:08:22 -0700 | 
|---|---|---|
| committer | Adam Vandenberg | 2012-07-10 08:56:02 -0700 | 
| commit | 1f32fa43a77d75fe354e9e59bd23e9b9d934e09c (patch) | |
| tree | c49ca57d6e333035e48616bf89eaba0d067da021 /Library/Formula/pcb.rb | |
| parent | cc6e0124437c4ceabbc0542770ed154aa0fb9e4e (diff) | |
| download | homebrew-1f32fa43a77d75fe354e9e59bd23e9b9d934e09c.tar.bz2 | |
Use autotools symbols
Diffstat (limited to 'Library/Formula/pcb.rb')
| -rw-r--r-- | Library/Formula/pcb.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/pcb.rb b/Library/Formula/pcb.rb index 7b45f2541..cd903b525 100644 --- a/Library/Formula/pcb.rb +++ b/Library/Formula/pcb.rb @@ -8,7 +8,7 @@ class Pcb < Formula    head 'git://git.gpleda.org/pcb.git' -  depends_on "automake" => :build if MacOS.xcode_version >= "4.3" +  depends_on :automake    depends_on 'pkg-config' => :build    depends_on 'intltool'    depends_on 'gettext'  | 
