[53946] trunk/dports/textproc/rst2pdf/Portfile

blb at macports.org blb at macports.org
Thu Jul 16 17:00:10 PDT 2009


Revision: 53946
          http://trac.macports.org/changeset/53946
Author:   blb at macports.org
Date:     2009-07-16 17:00:10 -0700 (Thu, 16 Jul 2009)
Log Message:
-----------
textproc/rst2pdf - add missing deps, tickets #20322 and #20327

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

Modified: trunk/dports/textproc/rst2pdf/Portfile
===================================================================
--- trunk/dports/textproc/rst2pdf/Portfile	2009-07-16 23:47:48 UTC (rev 53945)
+++ trunk/dports/textproc/rst2pdf/Portfile	2009-07-17 00:00:10 UTC (rev 53946)
@@ -4,6 +4,7 @@
 PortGroup           python26 1.0
 name                rst2pdf
 version             0.11
+revision            1
 categories          textproc python
 maintainers         blb openmaintainer
 description         Create PDF from reStructuredText
@@ -18,7 +19,8 @@
                     sha1    e9e749b7c1156bf3f13af759eb8732dd2f0e891d \
                     rmd160  1adb0d0bb6d88039a619c6fffa7251e2b871b719
 
-depends_lib-append  port:py26-reportlab port:py26-docutils
+depends_lib-append  port:py26-reportlab port:py26-docutils port:py26-setuptools
+depends_run         port:py26-simplejson port:py26-pygments
 
 post-destroot {
    ln -s ${python.prefix}/bin/rst2pdf ${destroot}${prefix}/bin/rst2pdf
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090716/33d412e8/attachment.html>


More information about the macports-changes mailing list