python/py-wtforms: Add missing build dependency on setuptools
--- trunk/dports/python/py-wtforms/Portfile 2016-05-24 09:21:17 UTC (rev 148977)
+++ trunk/dports/python/py-wtforms/Portfile 2016-05-24 09:54:34 UTC (rev 148978)
@@ -34,5 +34,7 @@
livecheck.url [lindex ${master_sites} 0]
livecheck.regex ">${_name}-(\\d+(\\.\\d+)+)\\${extract.suffix}<"
} else {
+ depends_build port:py${python.version}-setuptools
+
livecheck.type none
}