From e167b210dd9dfc5032a5dbf3c1f0484404f02655 Mon Sep 17 00:00:00 2001 From: Misty De Meo Date: Thu, 28 Nov 2013 22:42:35 -0800 Subject: hatari: needs libpng on Leopard Fixes mistydemeo/tigerbrew#138 --- Library/Formula/hatari.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'Library') diff --git a/Library/Formula/hatari.rb b/Library/Formula/hatari.rb index aba10767e..a61e2b121 100644 --- a/Library/Formula/hatari.rb +++ b/Library/Formula/hatari.rb @@ -8,6 +8,7 @@ class Hatari < Formula head 'http://hg.tuxfamily.org/mercurialroot/hatari/hatari', :using => :hg, :branch => 'default' depends_on 'cmake' => :build + depends_on 'libpng' if MacOS.version <= :leopard depends_on 'sdl' def install -- cgit v1.2.3