Skip to content

Commit

Permalink
libsvg: use system libpng
Browse files Browse the repository at this point in the history
  • Loading branch information
adamv committed Mar 14, 2011
1 parent 3534921 commit 4be2043
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Formula/libsvg.rb
Expand Up @@ -5,10 +5,10 @@ class Libsvg < Formula
homepage 'http://cairographics.org/'
md5 'ce0715e3013f78506795fba16e8455d3'

depends_on 'libpng'
depends_on 'jpeg'

def install
ENV.x11 # for libpng
system "./configure", "--prefix=#{prefix}"
system "make install"
end
Expand Down

0 comments on commit 4be2043

Please sign in to comment.