diff options
| author | Adam Vandenberg | 2012-07-11 08:47:36 -0700 | 
|---|---|---|
| committer | Adam Vandenberg | 2012-07-11 08:47:36 -0700 | 
| commit | ea831ce93a5497aed9c8ff736e47328b50f1ec43 (patch) | |
| tree | 732642453841254eca225fd063287b15a9f08a87 | |
| parent | d235534e9a0199e2d443c274e9430a50e45488dc (diff) | |
| download | homebrew-ea831ce93a5497aed9c8ff736e47328b50f1ec43.tar.bz2 | |
gtksourceview depends on x11
| -rw-r--r-- | Library/Formula/gtksourceview.rb | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/Library/Formula/gtksourceview.rb b/Library/Formula/gtksourceview.rb index 2896c2469..f45f608c6 100644 --- a/Library/Formula/gtksourceview.rb +++ b/Library/Formula/gtksourceview.rb @@ -3,8 +3,9 @@ require 'formula'  class Gtksourceview < Formula    homepage 'http://projects.gnome.org/gtksourceview/'    url 'http://ftp.gnome.org/pub/GNOME/sources/gtksourceview/2.10/gtksourceview-2.10.5.tar.gz' -  md5 '220db5518e3f7fa06c980f057b22ba62' +  sha1 '1bb784d1e9d9966232928cf91b1ded20e8339670' +  depends_on :x11    depends_on 'pkg-config' => :build    depends_on 'intltool'    depends_on 'gettext' | 
