Revision: 74416 http://trac.macports.org/changeset/74416 Author: jmr@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
participants (1)
-
jmr@macports.org