diff options
| author | Mike Naberezny | 2014-07-23 14:00:37 -0700 |
|---|---|---|
| committer | Mike McQuaid | 2014-07-24 09:00:37 +0100 |
| commit | 509885fa00998b6964c349a1d0594f03e2192f5f (patch) | |
| tree | f4670dca10f626ae1587fdc15b7d18d858c86c4f /Library/Formula | |
| parent | 15f0274f1a39ae2b328f99dc14e40f8187a0f124 (diff) | |
| download | homebrew-509885fa00998b6964c349a1d0594f03e2192f5f.tar.bz2 | |
ume 0.154
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/ume.rb | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/Library/Formula/ume.rb b/Library/Formula/ume.rb index 320914c8e..d721af3c5 100644 --- a/Library/Formula/ume.rb +++ b/Library/Formula/ume.rb @@ -2,17 +2,15 @@ require 'formula' class Ume < Formula homepage 'http://mamedev.org/' - url 'svn://dspnet.fr/mame/trunk', :revision => '29406' - version '0.153' + url 'svn://dspnet.fr/mame/trunk', :revision => '31397' + version '0.154' head 'svn://dspnet.fr/mame/trunk' - depends_on :x11 depends_on 'sdl' def install ENV['MACOSX_USE_LIBSDL'] = '1' - ENV['INCPATH'] = "-I#{MacOS::X11.include}" ENV['PTR64'] = (MacOS.prefer_64_bit? ? '1' : '0') system "make", "CC=#{ENV.cc}", "LD=#{ENV.cxx}", "TARGET=ume" |
