diff options
| author | Adam Vandenberg | 2013-01-27 18:58:24 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2013-01-28 21:39:58 -0800 |
| commit | 05c86ec9070686d06d0bac62e433763875c3a80f (patch) | |
| tree | 8c8c943fa0f2dcdf02bfe282d9d7398d8aa564ef /Library | |
| parent | 129ba544b63c90180a6b770507bc11419a16bd95 (diff) | |
| download | homebrew-05c86ec9070686d06d0bac62e433763875c3a80f.tar.bz2 | |
gtkglext: style nits
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/gtkglext.rb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Library/Formula/gtkglext.rb b/Library/Formula/gtkglext.rb index 7632a4899..00e40c96d 100644 --- a/Library/Formula/gtkglext.rb +++ b/Library/Formula/gtkglext.rb @@ -1,8 +1,8 @@ require 'formula' class Gtkglext < Formula - url 'http://downloads.sourceforge.net/gtkglext/gtkglext-1.2.0.tar.gz' homepage 'http://projects.gnome.org/gtkglext/' + url 'http://downloads.sourceforge.net/gtkglext/gtkglext-1.2.0.tar.gz' sha1 'db9ce38ee555fd14f55083ec7f4ae30e5338d5cc' depends_on 'pkg-config' => :build @@ -11,9 +11,9 @@ class Gtkglext < Formula depends_on :x11 def patches - # fixes an incompatibility with recent GTK versions - # patch from: <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=585155> - DATA + # fixes an incompatibility with recent GTK versions + # patch from: <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=585155> + DATA end def install |
