On Fri, Sep 28, 2012 at 08:47:31AM +0200, Matthias Kilian wrote: > On Fri, Sep 28, 2012 at 07:39:52AM +0200, Antoine Jacoutot wrote: > > > > Modified files: > > > > textproc/docbook-xsl: Makefile > > > > > > > > Log message: > > > > Tweak RUN_DEPENDS. > > > > > > What's the reason for all those docbook-xsl related dependency > > > changes? And why does docbook-xsl now run-depend on libxslt? > > > > It always did. > > Ehm.. the dependency had been added in rev. 1.9 and 1.10 of > textproc/docbook-xsl/Makefile (yesterday). > > And I don't understand the reason for adding this dependency.
Ah sorry, I was looking at the wrong commit. Thing is that if you want to deal with the xsl stylesheets, you must have xsltproc. What ports did is to add both a RUN_DEPENDS on docbook-xsl and libxslt. What I did is simplify it so that docbook-xsl brings libxslt automatically and you don't need to add the dependency. -- Antoine
