[MacPorts] #30988: doxygen: Please add texlive-latex-extra dep (or possibly +latex variant)
MacPorts
noreply at macports.org
Tue Sep 20 12:26:54 PDT 2011
#30988: doxygen: Please add texlive-latex-extra dep (or possibly +latex variant)
-----------------------------------+----------------------------------------
Reporter: eborisch@… | Owner: css@…
Type: defect | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version: 2.0.1
Keywords: | Port: doxygen
-----------------------------------+----------------------------------------
Comment(by eborisch@…):
The destroot.target-append should have been in the docs variant:
{{{
#!tcl
variant docs description {Include the doxygen PDF documentation and LaTeX}
requires {latex} {
destroot.target-append install_docs
build.target-append pdf
use_parallel_build no
}
variant latex description {Support latex/PDF Doxygen output} {
depends_build-append bin:pdflatex:texlive \
bin:gs:ghostscript \
port:texlive-latex-extra
}
}}}
--
Ticket URL: <https://trac.macports.org/ticket/30988#comment:7>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list