Modified: trunk/dports/python/py-fancycompleter/Portfile (92506 => 92507)
--- trunk/dports/python/py-fancycompleter/Portfile 2012-04-30 13:42:19 UTC (rev 92506)
+++ trunk/dports/python/py-fancycompleter/Portfile 2012-04-30 13:51:03 UTC (rev 92507)
@@ -26,6 +26,9 @@
patchfiles py25-exception-handling.patch
}
if {$name != $subport} {
- depends_lib-append port:py${python.version}-repl
+ # deps don't (yet?) exist
+ pre-fetch {
+ error "this port is broken"
+ }
+ #depends_lib-append port:py${python.version}-repl
}
-