diff options
Diffstat (limited to 'Library/Formula/pcb.rb')
| -rw-r--r-- | Library/Formula/pcb.rb | 3 | 
1 files changed, 1 insertions, 2 deletions
diff --git a/Library/Formula/pcb.rb b/Library/Formula/pcb.rb index c420fd2d9..7b45f2541 100644 --- a/Library/Formula/pcb.rb +++ b/Library/Formula/pcb.rb @@ -16,6 +16,7 @@ class Pcb < Formula    depends_on 'gd'    depends_on 'glib'    depends_on 'gtkglext' +  depends_on :x11    # See comments in intltool formula    depends_on 'XML::Parser' => :perl @@ -25,8 +26,6 @@ class Pcb < Formula    end    def install -    ENV.x11 -      system "./autogen.sh" if ARGV.build_head?      system "./configure", "--disable-debug", "--disable-dependency-tracking",  | 
