diff options
Diffstat (limited to 'Library/Formula/cairo.rb')
| -rw-r--r-- | Library/Formula/cairo.rb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Library/Formula/cairo.rb b/Library/Formula/cairo.rb index a58a15102..3ffe14ea3 100644 --- a/Library/Formula/cairo.rb +++ b/Library/Formula/cairo.rb @@ -10,9 +10,7 @@ class Cairo <Formula depends_on 'pixman' # Comes with Snow Leopard, but not Leopard - def keg_only? - :provided_by_osx - end + keg_only :provided_by_osx def install system "./configure", "--disable-dependency-tracking", |
