diff options
| author | Jack Nagel | 2014-11-14 14:35:09 -0600 |
|---|---|---|
| committer | Jack Nagel | 2014-11-14 14:46:56 -0600 |
| commit | 1af7191fc24ca5e5577431c829c77e661ee7be55 (patch) | |
| tree | 0e4897fe24bb4ad9a0077664b4548f1da2bb043f /Library/Formula | |
| parent | d9420209a9d995b27a11a5c7c114f37071adbe56 (diff) | |
| download | homebrew-1af7191fc24ca5e5577431c829c77e661ee7be55.tar.bz2 | |
seexpr: mark doxygen as a build-time dep
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/seexpr.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/seexpr.rb b/Library/Formula/seexpr.rb index 3cb99c516..e1f1a2e48 100644 --- a/Library/Formula/seexpr.rb +++ b/Library/Formula/seexpr.rb @@ -6,8 +6,8 @@ class Seexpr < Formula sha1 "80890cedd684a93b012b0964dc3b59910aaf5a10" depends_on "cmake" => :build + depends_on "doxygen" => :build depends_on "libpng" - depends_on "doxygen" # fix for macosx # already present in HEAD so it can be removed after version 1.0.1 |
