On Dec 7, 2008, at 17:20, [EMAIL PROTECTED] wrote:

Revision: 43265
          http://trac.macports.org/changeset/43265
Author:   [EMAIL PROTECTED]
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).

_______________________________________________
macports-dev mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev

Reply via email to