[103100] trunk/dports/devel/poedit/Portfile

raimue at macports.org raimue at macports.org
Thu Feb 14 02:50:22 PST 2013


Revision: 103100
          https://trac.macports.org/changeset/103100
Author:   raimue at macports.org
Date:     2013-02-14 02:50:22 -0800 (Thu, 14 Feb 2013)
Log Message:
-----------
devel/poedit:
Add missing dependency on xmlto, docbook-xml-4.2, and docbook-xsl, closes #37908.
Also avoid universal install of some dependencies.

Modified Paths:
--------------
    trunk/dports/devel/poedit/Portfile

Modified: trunk/dports/devel/poedit/Portfile
===================================================================
--- trunk/dports/devel/poedit/Portfile	2013-02-14 09:20:25 UTC (rev 103099)
+++ trunk/dports/devel/poedit/Portfile	2013-02-14 10:50:22 UTC (rev 103100)
@@ -25,11 +25,18 @@
                 port:pkgconfig \
                 port:bakefile \
                 port:asciidoc \
+                port:xmlto \
+                port:docbook-xml-4.2 \
+                port:docbook-xsl \
                 port:boost \
-                port:libicns
+                port:libicns \
+                port:autoconf \
+                port:automake
 depends_lib     port:wxWidgets \
                 port:gettext
 
+depends_skip_archcheck grep pkgconfig bakefile asciidoc xmlto
+
 use_autoconf    yes
 autoconf.cmd    ./bootstrap
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130214/88f71e1b/attachment.html>


More information about the macports-changes mailing list