Modified: trunk/dports/python/py-beautifulsoup4/Portfile (145106 => 145107)
--- trunk/dports/python/py-beautifulsoup4/Portfile 2016-01-26 01:30:54 UTC (rev 145106)
+++ trunk/dports/python/py-beautifulsoup4/Portfile 2016-01-26 01:50:37 UTC (rev 145107)
@@ -28,6 +28,8 @@
livecheck.regex (4\\.\[0-9.\]+)
if {${name} ne ${subport}} {
+ depends_lib-append port:py${python.version}-setuptools
+
variant html5lib description {Build with HTML5 support} {
depends_lib-append port:py${python.version}-html5lib
}