aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorSamuel John2013-09-03 16:05:32 +0200
committerSamuel John2013-09-03 16:05:32 +0200
commit99ce606d013e0e5e149db0f59f87faf9b016d3a8 (patch)
tree2aa69bb11488ca7737bbfeacaf6f747836774ee8 /Library
parent2058d5ce98ef51fb525ea68c3b9038190146e139 (diff)
downloadhomebrew-99ce606d013e0e5e149db0f59f87faf9b016d3a8.tar.bz2
enchant: Don't download of distribute on-the-fly
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/enchant.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/enchant.rb b/Library/Formula/enchant.rb
index 56353ad19..2d331c8e0 100644
--- a/Library/Formula/enchant.rb
+++ b/Library/Formula/enchant.rb
@@ -26,6 +26,8 @@ class Enchant < Formula
if build.with? 'python'
# Now we handle the python bindings from the subformulae PyEnchant
PyEnchant.new.brew do
+ # Don't download and install distribute now
+ inreplace 'setup.py', "distribute_setup.use_setuptools()", ""
python do
ENV['PYENCHANT_LIBRARY_PATH'] = lib/'libenchant.dylib'
system python, 'setup.py', 'install', "--prefix=#{prefix}",