aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/pcb.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/pcb.rb')
-rw-r--r--Library/Formula/pcb.rb2
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'