aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/automoc4.rb
diff options
context:
space:
mode:
authorMike Arthur2010-02-25 10:16:41 +0000
committerMike Arthur2010-02-25 10:17:39 +0000
commitf7e234be26428351c5aed0252d1d378ce313eac9 (patch)
tree76bd227c8fd6c3bc3f250aa65b616ec9e5eac9ea /Library/Formula/automoc4.rb
parent248c81881474ce7ddcc64e70215b36a0d02c52d1 (diff)
downloadhomebrew-f7e234be26428351c5aed0252d1d378ce313eac9.tar.bz2
Use KDE FTP and add needed Qt dependency for Automoc4.
Diffstat (limited to 'Library/Formula/automoc4.rb')
-rw-r--r--Library/Formula/automoc4.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Formula/automoc4.rb b/Library/Formula/automoc4.rb
index 17ed6b2f1..ee8c30298 100644
--- a/Library/Formula/automoc4.rb
+++ b/Library/Formula/automoc4.rb
@@ -1,11 +1,12 @@
require 'formula'
class Automoc4 <Formula
- @url='http://ftp-stud.fht-esslingen.de/Mirrors/ftp.kde.org/pub/kde/stable/automoc4/0.9.88/automoc4-0.9.88.tar.bz2'
+ @url='ftp://ftp.kde.org/pub/kde/stable/automoc4/0.9.88/automoc4-0.9.88.tar.bz2'
@homepage='http://techbase.kde.org/Development/Tools/Automoc4'
@md5='91bf517cb940109180ecd07bc90c69ec'
depends_on 'cmake'
+ depends_on 'qt'
def install
system "cmake . #{std_cmake_parameters}"