diff options
| author | Adam Vandenberg | 2014-02-24 22:47:45 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2014-02-27 08:21:18 -0800 |
| commit | 3bbf3d39bc5cdb410714af9e42ec06b9fb7bc9bc (patch) | |
| tree | 0663be28b7ef16597982bf6aa193c09b59409584 /Library/Formula | |
| parent | 5149a498e4a554098ab1a2d4b6ac2907fb5244c5 (diff) | |
| download | homebrew-3bbf3d39bc5cdb410714af9e42ec06b9fb7bc9bc.tar.bz2 | |
tiger-vnc: use Formula[]
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/tiger-vnc.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/tiger-vnc.rb b/Library/Formula/tiger-vnc.rb index ab6ece094..dd844f4cf 100644 --- a/Library/Formula/tiger-vnc.rb +++ b/Library/Formula/tiger-vnc.rb @@ -13,8 +13,8 @@ class TigerVnc < Formula depends_on :x11 def install - gettext = Formula.factory('gettext') - turbo = Formula.factory('jpeg-turbo') + gettext = Formula['gettext'] + turbo = Formula['jpeg-turbo'] args = std_cmake_args + %W[ -DJPEG_INCLUDE_DIR=#{turbo.include} -DJPEG_LIBRARY=#{turbo.lib}/libjpeg.dylib |
