aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/ctemplate.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/ctemplate.rb b/Library/Formula/ctemplate.rb
index fe56aa37f..61330fe23 100644
--- a/Library/Formula/ctemplate.rb
+++ b/Library/Formula/ctemplate.rb
@@ -5,6 +5,8 @@ class Ctemplate < Formula
url 'http://ctemplate.googlecode.com/files/ctemplate-2.2.tar.gz'
sha1 'b00a35291bc5c5bb8493a68bbf76d6a9cfa5c117'
+ head 'http://ctemplate.googlecode.com/svn/trunk/', :using => :svn
+
def install
system "./configure", "--disable-dependency-tracking",
"--prefix=#{prefix}"