aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/sdl_image.rb
diff options
context:
space:
mode:
authorJack Nagel2012-07-25 21:51:20 -0500
committerJack Nagel2012-08-01 00:31:39 -0500
commitebe8e835716bfd505dec95bdbfbac519f671d783 (patch)
tree1a0178bc81825a35259df12cb2185d40eae152d9 /Library/Formula/sdl_image.rb
parent68b5fe1ca5a43234fa68a70ec707a77dd6d11cd4 (diff)
downloadhomebrew-ebe8e835716bfd505dec95bdbfbac519f671d783.tar.bz2
Update formulae for new XQuartz module
Diffstat (limited to 'Library/Formula/sdl_image.rb')
-rw-r--r--Library/Formula/sdl_image.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/sdl_image.rb b/Library/Formula/sdl_image.rb
index 95f021eeb..0617201c6 100644
--- a/Library/Formula/sdl_image.rb
+++ b/Library/Formula/sdl_image.rb
@@ -5,8 +5,9 @@ class SdlImage < Formula
url 'http://www.libsdl.org/projects/SDL_image/release/SDL_image-1.2.12.tar.gz'
sha1 '5e3e393d4e366638048bbb10d6a269ea3f4e4cf2'
+ depends_on 'pkg-config' => :build
depends_on 'sdl'
- depends_on :x11 # for Freetype
+ depends_on :x11
def options
[['--universal', 'Build universal binaries.']]
@@ -18,8 +19,7 @@ class SdlImage < Formula
system "./configure", "--prefix=#{prefix}",
"--disable-dependency-tracking",
- "--disable-sdltest",
- "--with-freetype-exec-prefix=#{MacOS.x11_prefix}"
+ "--disable-sdltest"
system "make install"
end
end