From 83b377167b2f00a36a733e8fb01ae3e36cdb0eec Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Fri, 14 Sep 2012 09:07:47 -0700 Subject: Use `env`. --- Library/Formula/python3.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Library/Formula/python3.rb') 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 -- cgit v1.2.3