nazghul: works fine against system libpng

master
Adam Vandenberg 2011-03-14 13:21:55 -07:00
parent 7d30fa54f7
commit 6347a6fa2c
1 changed files with 3 additions and 4 deletions

View File

@ -8,9 +8,9 @@ class Nazghul < Formula
depends_on 'sdl'
depends_on 'sdl_image'
depends_on 'sdl_mixer'
depends_on 'libpng'
def install
ENV.x11 # For libpng
system "./configure", "--disable-debug", "--disable-dependency-tracking",
"--prefix=#{prefix}",
"--disable-sdltest"
@ -20,9 +20,8 @@ class Nazghul < Formula
end
def caveats; <<-EOS.undent
The built-in game for this engine is called "Haxima".
To run:
haxima.sh"
The built-in game for this engine is called Haxima. To run:
$ haxima.sh
EOS
end
end