aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2010-08-03 08:20:42 -0700
committerAdam Vandenberg2010-08-03 08:20:42 -0700
commit543647a24997010b5048d0fed93e0c570d149197 (patch)
treee5493dfab8c120b63c893b18470f9e6005c41c6f /Library
parent63f549ee490302aed653f7ccc2e6f3e498b152d7 (diff)
downloadhomebrew-543647a24997010b5048d0fed93e0c570d149197.tar.bz2
swftools - correct x11 bin path
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/swftools.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/swftools.rb b/Library/Formula/swftools.rb
index f470e8ad9..d16e9ed68 100644
--- a/Library/Formula/swftools.rb
+++ b/Library/Formula/swftools.rb
@@ -11,9 +11,9 @@ class Swftools <Formula
def install
ENV.minimal_optimization
- # Need to add freetype-config and other X11 utils to the path
+ # Add to PATH for freetype-config on Snow Leopard
+ ENV.prepend 'PATH', '/usr/X11/bin', ':'
ENV.x11
- ENV.append 'PATH', '/usr/x11/bin', ':'
system "./configure", "--prefix=#{prefix}"
system "make"