aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Library/Formula/perl.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Formula/perl.rb b/Library/Formula/perl.rb
index 278000306..85460738b 100644
--- a/Library/Formula/perl.rb
+++ b/Library/Formula/perl.rb
@@ -14,7 +14,8 @@ class Perl < Formula
sha1 "3b76970b4fef0112a441473aaaceb817c05ed333" => :lion
end
- keg_only "OS X ships Perl and overriding that can cause unintended issues"
+ keg_only :provided_by_osx,
+ "OS X ships Perl and overriding that can cause unintended issues"
option "with-dtrace", "Build with DTrace probes"
option "with-tests", "Build and run the test suite"