[43265] trunk/dports/textproc/doxygen/Portfile

Ryan Schmidt ryandesign at macports.org
Sun Dec 7 17:47:46 PST 2008


On Dec 7, 2008, at 17:20, css at macports.org wrote:

> Revision: 43265
>           http://trac.macports.org/changeset/43265
> Author:   css at macports.org
> Date:     2008-12-07 15:20:40 -0800 (Sun, 07 Dec 2008)
> Log Message:
> -----------
> Fixed syntax for the texlive dependency to match #12913, per request.
>
> Modified Paths:
> --------------
>     trunk/dports/textproc/doxygen/Portfile
>
> Modified: trunk/dports/textproc/doxygen/Portfile
> ===================================================================
> --- trunk/dports/textproc/doxygen/Portfile	2008-12-07 22:51:59 UTC  
> (rev 43264)
> +++ trunk/dports/textproc/doxygen/Portfile	2008-12-07 23:20:40 UTC  
> (rev 43265)
> @@ -70,7 +70,7 @@
>  variant docs description {Include the doxygen PDF documentation  
> and LaTeX} {
>  	build.target-append	pdf
>  	destroot.target-append	install_docs
> -	depends_lib-append	path:${prefix}/bin/pdflatex:texlive \
> +	depends_lib-append	path:pdflatex:texlive \

That doesn't work. It needs to be "path:bin/pdflatex:texlive" (if you  
want to ensure a pdflatex binary provided by a MacPorts port) or  
"bin:pdflatex:texlive" (if you want to allow a pdflatex binary  
anywhere in the binpath configured in the user's macports.conf).



More information about the macports-dev mailing list