diff options
| author | Jack Nagel | 2012-06-06 20:35:12 -0500 | 
|---|---|---|
| committer | Jack Nagel | 2012-07-01 12:41:00 -0500 | 
| commit | a2d4d9d832e60e2b007990f394b22e77b6dfa3ba (patch) | |
| tree | 61d17f0eb86471a00b2bf117d13f067f73e372b8 /Library/Formula/lesstif.rb | |
| parent | 06c2ea036322bd1d05330711aa41273cddc77ede (diff) | |
| download | homebrew-a2d4d9d832e60e2b007990f394b22e77b6dfa3ba.tar.bz2 | |
Update formulae for XQuartz compatibility
Diffstat (limited to 'Library/Formula/lesstif.rb')
| -rw-r--r-- | Library/Formula/lesstif.rb | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/lesstif.rb b/Library/Formula/lesstif.rb index a0cc9e44f..163b5271d 100644 --- a/Library/Formula/lesstif.rb +++ b/Library/Formula/lesstif.rb @@ -1,13 +1,13 @@  require 'formula'  class Lesstif < Formula +  homepage 'http://lesstif.sourceforge.net'    url 'http://sourceforge.net/projects/lesstif/files/lesstif/0.95.2/lesstif-0.95.2.tar.bz2'    md5 '754187dbac09fcf5d18296437e72a32f' -  homepage 'http://lesstif.sourceforge.net' -  def install -    ENV.x11 +  depends_on :x11 +  def install      # LessTif does naughty, naughty, things by assuming we want autoconf macros      # to live in wherever `aclocal --print-ac-dir` says they should.  | 
