diff options
| author | Michael Wild | 2010-10-12 16:40:33 +0200 | 
|---|---|---|
| committer | Adam Vandenberg | 2010-10-12 09:06:35 -0700 | 
| commit | 0ef24a16dd4253e3bcbd05cf53a190fc8f6a14aa (patch) | |
| tree | 8c9c47c676cf777f18399afd6fdb8bc09ba5f123 /Library/Formula/doxygen.rb | |
| parent | 9ffe2e9e2a7558d45e239d2d93f9920b1d2aac5b (diff) | |
| download | homebrew-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.rb | 2 | 
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|  | 
