aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorMike Naberezny2014-07-23 14:00:37 -0700
committerMike McQuaid2014-07-24 09:00:37 +0100
commit509885fa00998b6964c349a1d0594f03e2192f5f (patch)
treef4670dca10f626ae1587fdc15b7d18d858c86c4f /Library/Formula
parent15f0274f1a39ae2b328f99dc14e40f8187a0f124 (diff)
downloadhomebrew-509885fa00998b6964c349a1d0594f03e2192f5f.tar.bz2
ume 0.154
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/ume.rb6
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"