[74416] trunk/dports/gnome/gtk-doc/Portfile

jmr at macports.org jmr at macports.org
Thu Dec 16 03:59:38 PST 2010


Revision: 74416
          http://trac.macports.org/changeset/74416
Author:   jmr at macports.org
Date:     2010-12-16 03:59:32 -0800 (Thu, 16 Dec 2010)
Log Message:
-----------
gtk-doc: noarch, docbook is needed at runtime, glib2 is not (in fact it is only needed for the tests which are not currently being run...)

Modified Paths:
--------------
    trunk/dports/gnome/gtk-doc/Portfile

Modified: trunk/dports/gnome/gtk-doc/Portfile
===================================================================
--- trunk/dports/gnome/gtk-doc/Portfile	2010-12-16 11:56:21 UTC (rev 74415)
+++ trunk/dports/gnome/gtk-doc/Portfile	2010-12-16 11:59:32 UTC (rev 74416)
@@ -5,8 +5,10 @@
 
 name            gtk-doc
 version         1.15
+revision        1
 categories      gnome devel
 platforms       darwin freebsd linux
+supported_archs noarch
 maintainers     devans openmaintainer
 description     GTK+/GNOME API documentation generator
 
@@ -25,14 +27,14 @@
 
 depends_build   port:gnome-doc-utils \
                 port:pkgconfig \
-                port:docbook-xml \
-                port:docbook-xsl
+                path:lib/pkgconfig/glib-2.0.pc:glib2
 
 # rarian is needed during post-activate
 depends_lib     port:rarian \
                 port:libxml2 \
-                path:lib/pkgconfig/glib-2.0.pc:glib2 \
-                path:bin/perl:perl5
+                path:bin/perl:perl5 \
+                port:docbook-xml \
+                port:docbook-xsl
 
 # Default to python 2.6, the current production version of python
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101216/8c0c70ef/attachment.html>


More information about the macports-changes mailing list