aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/collectd.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/collectd.rb')
-rw-r--r--Library/Formula/collectd.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/collectd.rb b/Library/Formula/collectd.rb
index 9f134730e..fbd629e6c 100644
--- a/Library/Formula/collectd.rb
+++ b/Library/Formula/collectd.rb
@@ -15,7 +15,7 @@ class Collectd < Formula
"--with-python=/usr/bin",
"--prefix=#{prefix}",
"--localstatedir=#{var}"]
- args << "--disable-embedded-perl" if MACOS_VERSION < 10.6
+ args << "--disable-embedded-perl" if MacOS.leopard?
system "./configure", *args
system "make install"