diff options
author | pav <pav@FreeBSD.org> | 2009-09-22 04:31:22 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-09-22 04:31:22 +0800 |
commit | 85accc0fc7578faff5f14f8ad74688d943edc901 (patch) | |
tree | fad693fcd634ec51d76eb43722a809bb2a08d3fa /textproc | |
parent | 920bd0994241e0db33e6dae421da0241abb2cdc8 (diff) | |
download | freebsd-ports-gnome-85accc0fc7578faff5f14f8ad74688d943edc901.tar.gz freebsd-ports-gnome-85accc0fc7578faff5f14f8ad74688d943edc901.tar.zst freebsd-ports-gnome-85accc0fc7578faff5f14f8ad74688d943edc901.zip |
- Mark BROKEN - does not build:
ImportError: lxml is not installed. It might be possible to continue without support for XML formats.
Reported by: pointyhat
Feature safe: yes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/translate-toolkit/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/translate-toolkit/Makefile b/textproc/translate-toolkit/Makefile index 532df092038e..f774d7fcf37c 100644 --- a/textproc/translate-toolkit/Makefile +++ b/textproc/translate-toolkit/Makefile @@ -28,6 +28,8 @@ BUILD_DEPENDS= py*-pysqlite>=2.3:${PORTSDIR}/databases/py-pysqlite23 \ RUN_DEPENDS:= ${BUILD_DEPENDS} # Can use psyco (on i386) +BROKEN= does not build + USE_BZIP2= yes USE_GETTEXT= yes USE_PYTHON= yes |