diff options
| author | Adam Vandenberg | 2010-08-03 08:20:42 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2010-08-03 08:20:42 -0700 |
| commit | 543647a24997010b5048d0fed93e0c570d149197 (patch) | |
| tree | e5493dfab8c120b63c893b18470f9e6005c41c6f /Library | |
| parent | 63f549ee490302aed653f7ccc2e6f3e498b152d7 (diff) | |
| download | homebrew-543647a24997010b5048d0fed93e0c570d149197.tar.bz2 | |
swftools - correct x11 bin path
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/swftools.rb | 4 |
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" |
