aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/python3.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2012-09-14 09:07:47 -0700
committerAdam Vandenberg2012-09-14 09:14:48 -0700
commit83b377167b2f00a36a733e8fb01ae3e36cdb0eec (patch)
tree588b6ac8c5b71378af615bc9e3f4893a05653c38 /Library/Formula/python3.rb
parentc6f30a77b3f8c4d5173809497976e77f1e4f216c (diff)
downloadhomebrew-83b377167b2f00a36a733e8fb01ae3e36cdb0eec.tar.bz2
Use `env`.
Diffstat (limited to 'Library/Formula/python3.rb')
-rw-r--r--Library/Formula/python3.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/python3.rb b/Library/Formula/python3.rb
index 43518dd54..3a19995c7 100644
--- a/Library/Formula/python3.rb
+++ b/Library/Formula/python3.rb
@@ -22,6 +22,8 @@ class Python3 < Formula
url 'http://python.org/ftp/python/3.2.3/Python-3.2.3.tar.bz2'
sha1 '4c2d562a0681ba27bc920500050e2f08de224311'
+ env :std
+
depends_on TkCheck.new
depends_on 'pkg-config' => :build
depends_on 'readline' => :recommended