diff options
| author | Adam Vandenberg | 2012-06-11 21:33:21 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2012-06-11 21:33:21 -0700 |
| commit | 2934d36d7c492b39cdca1cc23c5bde9264401375 (patch) | |
| tree | 85a29de2e1a14c500ea75928036e701301efc9aa /Library/Formula | |
| parent | bde9f3db878579f7c48b0f16cd5d5d8f7cd7f09b (diff) | |
| download | homebrew-2934d36d7c492b39cdca1cc23c5bde9264401375.tar.bz2 | |
geany: remove intltool hack
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/geany.rb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Library/Formula/geany.rb b/Library/Formula/geany.rb index 7b4754286..7ab99b433 100644 --- a/Library/Formula/geany.rb +++ b/Library/Formula/geany.rb @@ -15,9 +15,6 @@ class Geany < Formula # Check that this is still needed when updating the formula. ENV.append 'LDFLAGS', '-lgmodule-2.0' - intltool = Formula.factory('intltool') - ENV.append "PATH", intltool.bin, ":" - system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}" system "make install" |
