[117218] trunk/dports/textproc/asciidoc/Portfile

cal at macports.org cal at macports.org
Wed Feb 19 11:44:52 PST 2014


Revision: 117218
          https://trac.macports.org/changeset/117218
Author:   cal at macports.org
Date:     2014-02-19 11:44:52 -0800 (Wed, 19 Feb 2014)
Log Message:
-----------
asciidoc: add runtime dep on libxml2, because a2x uses xmllint, closes #42517

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

Modified: trunk/dports/textproc/asciidoc/Portfile
===================================================================
--- trunk/dports/textproc/asciidoc/Portfile	2014-02-19 17:18:56 UTC (rev 117217)
+++ trunk/dports/textproc/asciidoc/Portfile	2014-02-19 19:44:52 UTC (rev 117218)
@@ -5,6 +5,7 @@
 
 name                asciidoc
 version             8.6.9
+revision            1
 checksums           sha256  78db9d0567c8ab6570a6eff7ffdf84eadd91f2dfc0a92a2d0105d323cab4e1f0 \
                     rmd160  f19936593e3bed2755d77d38dd78a4769f77c7fa
 
@@ -28,7 +29,8 @@
 master_sites        sourceforge
 
 depends_run         port:docbook-xml-4.5 \
-                    port:fop
+                    port:fop \
+                    port:libxml2
 
 variant python25 conflicts python26 python27 description {Use python 2.5} {
     depends_lib-append        port:python25
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140219/df0dd9bd/attachment.html>


More information about the macports-changes mailing list