diff --git a/dports/python/py-reportlab/Portfile b/dports/python/py-reportlab/Portfile
index bd88f59..866261f 100644
a
|
b
|
PortGroup python 1.0 |
6 | 6 | |
7 | 7 | name py-reportlab |
8 | 8 | version 3.3.0 |
9 | | revision 0 |
| 9 | revision 1 |
10 | 10 | categories-append textproc |
11 | 11 | platforms darwin |
12 | 12 | license BSD |
… |
… |
checksums rmd160 5fa65b8abf15042671d7e850bb214acff6eeeb03 \ |
31 | 31 | |
32 | 32 | if {${name} ne ${subport}} { |
33 | 33 | depends_lib-append port:freetype \ |
34 | | path:${python.pkgd}/PIL:py${python.version}-Pillow |
| 34 | path:${python.pkgd}/PIL:py${python.version}-Pillow \ |
| 35 | port:py${python.version}-pip |
35 | 36 | |
36 | 37 | post-destroot { |
37 | 38 | set docdir ${prefix}/share/doc/${subport} |