diff options
| author | Adam Vandenberg | 2011-03-14 13:21:55 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2011-03-14 13:21:55 -0700 |
| commit | 7e499f5832e01f502ca082e8a09306b5996f9f2d (patch) | |
| tree | ffbd0b8b4b71cbd62b48f95c2baf24d3e37fc181 | |
| parent | 3072f6ac9601552fad206902d1b3bf528080becd (diff) | |
| download | homebrew-7e499f5832e01f502ca082e8a09306b5996f9f2d.tar.bz2 | |
nazghul: works fine against system libpng
| -rw-r--r-- | Library/Formula/nazghul.rb | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/Library/Formula/nazghul.rb b/Library/Formula/nazghul.rb index d7c2156aa..d4808e772 100644 --- a/Library/Formula/nazghul.rb +++ b/Library/Formula/nazghul.rb @@ -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 |
