[73294] trunk/dports/textproc/xmlto/Portfile

dports at macports.org dports at macports.org
Tue Nov 9 11:59:47 PST 2010


Revision: 73294
          http://trac.macports.org/changeset/73294
Author:   dports at macports.org
Date:     2010-11-09 11:59:43 -0800 (Tue, 09 Nov 2010)
Log Message:
-----------
xmlto: remove dependency on texlive/dblatex because most uses of xmlto
don't require it and texlive is a heavyweight dependency.

If actually needed to build PDF documentation, dependents of xmlto
should add a dependency on dblatex and/or texlive-htmlxml; I have not
yet found any ports where it is necessary.

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

Modified: trunk/dports/textproc/xmlto/Portfile
===================================================================
--- trunk/dports/textproc/xmlto/Portfile	2010-11-09 19:19:13 UTC (rev 73293)
+++ trunk/dports/textproc/xmlto/Portfile	2010-11-09 19:59:43 UTC (rev 73294)
@@ -31,16 +31,13 @@
                 port:findutils \
                 port:getopt \
                 port:libpaper \
-                port:texlive \
-                port:texlive-htmlxml \
                 port:libxml2 \
                 port:libxslt \
                 port:docbook-xml \
                 port:docbook-xsl \
-                port:fop \
-                port:dblatex
+                port:fop
 
-depends_skip_archcheck dblatex findutils coreutils
+depends_skip_archcheck findutils coreutils
 
 patchfiles      patch-xmlto.in.diff
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101109/22ae20f3/attachment.html>


More information about the macports-changes mailing list