Skip to content
This repository has been archived by the owner on Jan 16, 2025. It is now read-only.

Commit

Permalink
libpng: only keg-only on pre-Mountain Lion.
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcQuaid committed Aug 23, 2012
1 parent 5058263 commit 8eb5a07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Formula/libpng.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class Libpng < Formula
url 'http://downloads.sf.net/project/libpng/libpng15/1.5.12/libpng-1.5.12.tar.gz'
sha1 'c329f3a9b720d7ae14e8205fa6e332236573704b'

keg_only :when_xquartz_installed
keg_only unless MacOS.version >= :mountain_lion

bottle do
sha1 '83c6be83e86404f41982e5e1e6877924fe737bdf' => :mountainlion
Expand Down

0 comments on commit 8eb5a07

Please sign in to comment.