Revision
92507
Author
jmr@macports.org
Date
2012-04-30 06:51:03 -0700 (Mon, 30 Apr 2012)

Log Message

py-fancycompleter: mark broken pending resolution of #34265

Modified Paths

Diff

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