py-blist: depend on py-ctypes with 2.4
--- trunk/dports/python/py-blist/Portfile 2011-07-30 06:27:01 UTC (rev 81420)
+++ trunk/dports/python/py-blist/Portfile 2011-07-30 11:38:46 UTC (rev 81421)
@@ -28,7 +28,7 @@
python.versions 24 25 26 27
if {$subport == "py24-blist"} {
- depends_lib port:py-setuptools
+ depends_lib port:py-setuptools port:py-ctypes
} elseif {$subport != $name} {
depends_lib port:py${python.version}-distribute
}