diff options
| author | Jack Nagel | 2013-04-13 20:31:18 -0500 |
|---|---|---|
| committer | Jack Nagel | 2013-04-13 20:31:20 -0500 |
| commit | 6c0a291c142d09ce6f4f9926b38aa9c29d06049f (patch) | |
| tree | 2ed8ca614d0ad84a05ff73d2bc5625b5a1b6cf5a /Library/Formula | |
| parent | 8848a468eb3632c9215f3399a4b40a4ae035d26e (diff) | |
| download | homebrew-6c0a291c142d09ce6f4f9926b38aa9c29d06049f.tar.bz2 | |
rrdtool: use stdenv to support custom perl and ruby
Closes #19018.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/rrdtool.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/rrdtool.rb b/Library/Formula/rrdtool.rb index de410b35e..560a8461c 100644 --- a/Library/Formula/rrdtool.rb +++ b/Library/Formula/rrdtool.rb @@ -15,6 +15,8 @@ class Rrdtool < Formula # TODO: Do something here depends_on 'lua' if build.include? "lua" + env :std # For perl, ruby + # Ha-ha, but sleeping is annoying when running configure a lot def patches; DATA; end |
