Skip to content

Commit

Permalink
python: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
adamv committed Aug 5, 2013
1 parent b31143c commit 1b5c169
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Formula/python.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class Python < Formula
def patches
p = []
p << 'https://gist.github.com/paxswill/5402840/raw/75646d5860685c8be98858288d1772f64d6d5193/pythondtrace-patch.diff' if build.with? 'dtrace'
# Patch to disable the search for Tk.frameworked, since homebrew's Tk is
# Patch to disable the search for Tk.framework, since Homebrew's Tk is
# a plain unix build. Remove `-lX11`, too because our Tk is "AquaTk".
p << DATA if build.with? 'brewed-tk'
p
Expand Down

0 comments on commit 1b5c169

Please sign in to comment.