diff options
| author | Adam Vandenberg | 2012-09-14 09:07:47 -0700 | 
|---|---|---|
| committer | Adam Vandenberg | 2012-09-14 09:14:48 -0700 | 
| commit | 83b377167b2f00a36a733e8fb01ae3e36cdb0eec (patch) | |
| tree | 588b6ac8c5b71378af615bc9e3f4893a05653c38 /Library/Formula/python.rb | |
| parent | c6f30a77b3f8c4d5173809497976e77f1e4f216c (diff) | |
| download | homebrew-83b377167b2f00a36a733e8fb01ae3e36cdb0eec.tar.bz2 | |
Use `env`.
Diffstat (limited to 'Library/Formula/python.rb')
| -rw-r--r-- | Library/Formula/python.rb | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/python.rb b/Library/Formula/python.rb index 9f2dd3a5f..d02a36f5a 100644 --- a/Library/Formula/python.rb +++ b/Library/Formula/python.rb @@ -30,6 +30,8 @@ class Python < Formula    url 'http://www.python.org/ftp/python/2.7.3/Python-2.7.3.tar.bz2'    sha1 '842c4e2aff3f016feea3c6e992c7fa96e49c9aa0' +  env :std +    depends_on TkCheck.new    depends_on 'pkg-config' => :build    depends_on 'readline' => :recommended  | 
