aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/libpng.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/libpng.rb')
-rw-r--r--Library/Formula/libpng.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/Library/Formula/libpng.rb b/Library/Formula/libpng.rb
index b033855a5..57a500490 100644
--- a/Library/Formula/libpng.rb
+++ b/Library/Formula/libpng.rb
@@ -5,9 +5,7 @@ class Libpng <Formula
homepage 'http://www.libpng.org/pub/png/libpng.html'
md5 '976909556e6613804d810405c1f72ce6'
- def keg_only?
- :provided_by_osx
- end
+ keg_only :provided_by_osx
def install
system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}"