aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/doxygen.rb
diff options
context:
space:
mode:
authorMichael Wild2010-10-12 16:40:33 +0200
committerAdam Vandenberg2010-10-12 09:06:35 -0700
commit0ef24a16dd4253e3bcbd05cf53a190fc8f6a14aa (patch)
tree8c9c47c676cf777f18399afd6fdb8bc09ba5f123 /Library/Formula/doxygen.rb
parent9ffe2e9e2a7558d45e239d2d93f9920b1d2aac5b (diff)
downloadhomebrew-0ef24a16dd4253e3bcbd05cf53a190fc8f6a14aa.tar.bz2
Added trunk version of doxygen
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/doxygen.rb')
-rw-r--r--Library/Formula/doxygen.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/doxygen.rb b/Library/Formula/doxygen.rb
index 0a3626431..51d7d6f62 100644
--- a/Library/Formula/doxygen.rb
+++ b/Library/Formula/doxygen.rb
@@ -5,6 +5,8 @@ class Doxygen <Formula
homepage 'http://www.doxygen.org/'
md5 '13e76e10fb55581a16ee04de35c264f0'
+ head 'https://doxygen.svn.sourceforge.net/svnroot/doxygen/trunk'
+
def install
system "./configure", "--prefix", prefix
inreplace "Makefile" do |s|