diff options
| author | Max Howell | 2011-08-26 13:36:28 +0100 | 
|---|---|---|
| committer | Max Howell | 2011-08-26 13:36:34 +0100 | 
| commit | 164a9804267b2205cfa465b342b9d9fd2de2c0ba (patch) | |
| tree | 7f9ca08630843630d383f181f429fdaaad2734ee /Library/Formula/io.rb | |
| parent | 48552bb42a69ece4eb2a6d9acf81a0b47adb19c9 (diff) | |
| download | homebrew-164a9804267b2205cfa465b342b9d9fd2de2c0ba.tar.bz2 | |
Make IO build again; Fixes #7192
Diffstat (limited to 'Library/Formula/io.rb')
| -rw-r--r-- | Library/Formula/io.rb | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/io.rb b/Library/Formula/io.rb index d6cd7a4a7..e3cd4046d 100644 --- a/Library/Formula/io.rb +++ b/Library/Formula/io.rb @@ -7,6 +7,7 @@ class Io < Formula    depends_on 'cmake' => :build    depends_on 'libsgml'    depends_on 'ossp-uuid' +  depends_on 'libevent'    # Either CMake doesn't detect OS X's png include path correctly,    # or there's an issue with io's build system; force the path in  | 
