diff options
| author | Jack Nagel | 2014-03-22 21:25:54 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-03-22 21:25:54 -0500 |
| commit | 86f5ee652ae774a2271ba567dc96a5fae76aa940 (patch) | |
| tree | 2d49b0548e65c1254618379841a02418602e2387 | |
| parent | 5d0e4d70204b5593c3925abf0eb25492ecb11e7c (diff) | |
| download | homebrew-86f5ee652ae774a2271ba567dc96a5fae76aa940.tar.bz2 | |
cairomm: update revision
| -rw-r--r-- | Library/Formula/cairomm.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Library/Formula/cairomm.rb b/Library/Formula/cairomm.rb index 877f24ed5..2da0e794c 100644 --- a/Library/Formula/cairomm.rb +++ b/Library/Formula/cairomm.rb @@ -4,6 +4,7 @@ class Cairomm < Formula homepage 'http://cairographics.org/cairomm/' url 'http://cairographics.org/releases/cairomm-1.10.0.tar.gz' sha256 '068d96c43eae7b0a3d98648cbfc6fbd16acc385858e9ba6d37b5a47e4dba398f' + revision 1 bottle do sha1 "a755e155b8568e9345b0519fadc9cc0f1520e0a3" => :mavericks @@ -20,7 +21,9 @@ class Cairomm < Formula else depends_on 'libsigc++' end + depends_on 'cairo' + depends_on 'libpng' depends_on :x11 if build.with? "x" def install |
