doxygen: added missing dependencies to the package (#10589)

See http://www.doxygen.nl/manual/install.html
This commit is contained in:
Elizabeth Fischer 2019-11-21 09:30:31 -05:00 committed by Massimiliano Culpo
parent 49b9365205
commit 9a6a19d464

View file

@ -28,6 +28,8 @@ class Doxygen(CMakePackage):
description='Build with dot command support from Graphviz.') description='Build with dot command support from Graphviz.')
depends_on("cmake@2.8.12:", type='build') depends_on("cmake@2.8.12:", type='build')
depends_on("python", type='build') # 2 or 3 OK; used in CMake build
depends_on("libiconv")
depends_on("flex", type='build') depends_on("flex", type='build')
# code.l just checks subminor version <=2.5.4 or >=2.5.33 # code.l just checks subminor version <=2.5.4 or >=2.5.33
# but does not recognize 2.6.x as newer...could be patched if needed # but does not recognize 2.6.x as newer...could be patched if needed