diff options
| author | mbcoguno | 2012-09-24 12:43:03 +0800 |
|---|---|---|
| committer | Adam Vandenberg | 2012-10-07 09:38:02 -0700 |
| commit | 976a69614cfab88055da209fbbbd50d369d1a128 (patch) | |
| tree | 77126d5cdcf84d7da6f778bd98d1da4921c620c7 /Library/Formula/mess.rb | |
| parent | a9810f35475a2d6dd25099308028c881985fb4a9 (diff) | |
| download | homebrew-976a69614cfab88055da209fbbbd50d369d1a128.tar.bz2 | |
MAME, MESS, and rom-tools: Update to 0.147
Closes #15341.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/mess.rb')
| -rw-r--r-- | Library/Formula/mess.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/mess.rb b/Library/Formula/mess.rb index d21328a92..80347325e 100644 --- a/Library/Formula/mess.rb +++ b/Library/Formula/mess.rb @@ -2,8 +2,8 @@ require 'formula' class Mess < Formula homepage 'http://www.mess.org/' - url 'svn://dspnet.fr/mame/trunk', :revision => 15603 - version '146u3' + url 'svn://dspnet.fr/mame/trunk', :revision => 17961 + version '0.147' head 'svn://dspnet.fr/mame/trunk' @@ -15,7 +15,7 @@ class Mess < Formula ENV['INCPATH'] = "-I./src/lib/util -I#{MacOS::X11.include}" ENV['PTR64'] = (MacOS.prefer_64_bit? ? '1' : '0') - system 'make' + system 'make', 'TARGET=mess', 'SUBTARGET=mess' if MacOS.prefer_64_bit? bin.install 'mess64' => 'mess' |
