aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2012-06-11 21:33:21 -0700
committerAdam Vandenberg2012-06-11 21:33:21 -0700
commit2934d36d7c492b39cdca1cc23c5bde9264401375 (patch)
tree85a29de2e1a14c500ea75928036e701301efc9aa /Library
parentbde9f3db878579f7c48b0f16cd5d5d8f7cd7f09b (diff)
downloadhomebrew-2934d36d7c492b39cdca1cc23c5bde9264401375.tar.bz2
geany: remove intltool hack
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/geany.rb3
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"