From efded452cecc6535f6aca275ce2bf3e54c34e008 Mon Sep 17 00:00:00 2001 From: erwin Date: Tue, 6 Sep 2011 06:48:20 +0000 Subject: Mark as broken on pointyhat: runaway process (build never terminates). --- accessibility/orca/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'accessibility') diff --git a/accessibility/orca/Makefile b/accessibility/orca/Makefile index e7ad1ef28065..11706de12bf8 100644 --- a/accessibility/orca/Makefile +++ b/accessibility/orca/Makefile @@ -26,6 +26,10 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_dbus_bindings.so:${PORTSDIR}/devel/py-dbus \ LATEST_LINK= gnome-orca +.if defined(PACKAGE_BUILDING) +BROKEN= fails to build on pointyhat: runaway process +.endif + USE_BZIP2= yes USE_GETTEXT= yes USE_PYTHON= yes -- cgit