diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2011-09-06 06:48:20 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2011-09-06 06:48:20 +0000 |
commit | 70e7442fce8bcd4e41387c98fa4a8f099a8c1a00 (patch) | |
tree | 80509d53c3765921e1c3efe1f50e08e238dd85cf /accessibility | |
parent | b34f894764ea452340c7ae8efa33dfd3e1e0e921 (diff) |
Mark as broken on pointyhat: runaway process (build never terminates).
Notes
Notes:
svn path=/head/; revision=281277
Diffstat (limited to 'accessibility')
-rw-r--r-- | accessibility/orca/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
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 |