Doxygen dependency fix
Dave Brown
dagbrown at dagbrown.com
Mon Jul 26 17:38:27 GMT 2004
en Mon, Jul 26, 2004 at 11:49:59AM -0500, Terry Chan wrote:
> AND if you look at the install and compile logs for doxygen, located in
>
> /var/log/lunar/install/doxygen-1.3.8
> /var/log/lunar/compile/doxygen-1.3.8.bz2
>
> You will see that the file doc/Makefile does NOT create language.doc as
> that file is ALREADY part of the distributed source code for doxygen-1.3.8.
>
> Bottom line -- doxygen compiles and fully installs without Python being
> present on a lunar box.
>
> It will absolutely NOT be added to the DEPENDS file for doxygen.
> Lunar DEPENDS files are for listing modules that are required for compiling
> and installing a module. doxygen CLEARLY installs without Python
> being present on a lunar box.
Isn't that what optional_depends is for?
depends sed &&
depends espgs &&
depends teTeX &&
optional_depends "qt3" "--with-doxywizard" "" "For graphical wizard support" &&
optional_depends "graphviz" "" "" "For dot support" &&
optional_depends "Python" "" "To (re)build language.doc"
--Dave (why does Python get a capital P anyway?)
More information about the Lunar
mailing list