aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/doxygen.rb
diff options
context:
space:
mode:
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|