Revision
81421
Author
jmr@macports.org
Date
2011-07-30 04:38:46 -0700 (Sat, 30 Jul 2011)

Log Message

py-blist: depend on py-ctypes with 2.4

Modified Paths

Diff

Modified: trunk/dports/python/py-blist/Portfile (81420 => 81421)


--- 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
 }