diff options
| author | Adam Vandenberg | 2013-01-27 18:43:46 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2013-01-28 21:39:57 -0800 |
| commit | c02a2a42eaf0221b919729a5638647171ace7d99 (patch) | |
| tree | e45959b8643903fb6f91a6769ca09c23cef4af8c /Library/Formula | |
| parent | 85cf5f3594a4ba4dc72a6294a3c24cd777a5e278 (diff) | |
| download | homebrew-c02a2a42eaf0221b919729a5638647171ace7d99.tar.bz2 | |
gliblib: style nits
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/giblib.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/giblib.rb b/Library/Formula/giblib.rb index e3c3bca94..cb6340f8e 100644 --- a/Library/Formula/giblib.rb +++ b/Library/Formula/giblib.rb @@ -1,11 +1,11 @@ require 'formula' class Giblib < Formula - url 'http://linuxbrit.co.uk/downloads/giblib-1.2.4.tar.gz' homepage 'http://freshmeat.net/projects/giblib' + url 'http://linuxbrit.co.uk/downloads/giblib-1.2.4.tar.gz' sha1 '342e6f7882c67d2277e1765299e1be5078329ab0' - depends_on :x11 # includes <X11/Xlib.h> + depends_on :x11 depends_on 'imlib2' => :build def install |
