[70141] trunk/dports/textproc/dblatex/Portfile

jmr at macports.org jmr at macports.org
Fri Jul 30 03:39:13 PDT 2010


Revision: 70141
          http://trac.macports.org/changeset/70141
Author:   jmr at macports.org
Date:     2010-07-30 03:39:12 -0700 (Fri, 30 Jul 2010)
Log Message:
-----------
dblatex: add missing tex module dependencies (#25872), turn off python.link_binaries

Modified Paths:
--------------
    trunk/dports/textproc/dblatex/Portfile

Modified: trunk/dports/textproc/dblatex/Portfile
===================================================================
--- trunk/dports/textproc/dblatex/Portfile	2010-07-30 10:31:10 UTC (rev 70140)
+++ trunk/dports/textproc/dblatex/Portfile	2010-07-30 10:39:12 UTC (rev 70141)
@@ -34,7 +34,8 @@
 use_bzip2           yes
 
 depends_lib         port:python26 \
-                    bin:latex:texlive \
+                    port:texlive-latex-extra \
+                    port:texlive-math-extra \
                     port:dejavu-fonts \
                     port:ImageMagick \
                     port:docbook-xml \
@@ -44,6 +45,7 @@
 destroot.destdir    --root=${destroot} \
                     --catalogs==${destroot}${prefix}/etc/xml/catalog
 
+python.link_binaries no
 post-destroot {
     reinplace "s|${destroot}${prefix}|${prefix}|g" ${destroot}${python.prefix}/bin/dblatex
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100730/c608ebd9/attachment.html>


More information about the macports-changes mailing list