Permalink
Browse files
py-urlgrabber: add missing dependencies
- Loading branch information
Showing
with
4 additions
and
1 deletion.
-
+4
−1
python/py-urlgrabber/Portfile
|
|
@@ -31,7 +31,10 @@ checksums rmd160 870fc12b846cbe7a7df4ed68971507ee25030d8e \ |
|
|
size 86308 |
|
|
|
|
|
if {${name} ne ${subport}} { |
|
|
depends_lib-append port:py${python.version}-curl |
|
|
depends_build-append port:py${python.version}-setuptools |
|
|
|
|
|
depends_lib-append port:py${python.version}-curl \ |
|
|
port:py${python.version}-six |
|
|
|
|
|
post-patch { |
|
|
reinplace "s|/usr/bin/python|${python.bin}|g" \ |
|
|
|