aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/imagemagick.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/imagemagick.rb b/Library/Formula/imagemagick.rb
index f78bdcce6..1defa2963 100644
--- a/Library/Formula/imagemagick.rb
+++ b/Library/Formula/imagemagick.rb
@@ -42,7 +42,7 @@ class Imagemagick <Formula
def install
# Add to PATH for freetype-config on Snow Leopard
- ENV.append 'PATH', '/usr/x11/bin', ':'
+ ENV.prepend 'PATH', '/usr/X11/bin', ':'
ENV.libpng
ENV.O3 # takes forever otherwise