diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-09-21 20:31:22 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-09-21 20:31:22 +0000 |
commit | 32dd9ad8cfc0de322ced272bd43f7137406abc36 (patch) | |
tree | eaccbb5c10f67ed2fa85d2fedc76ca0a0ce69650 /textproc/translate-toolkit/Makefile | |
parent | e79cb55153e1fa2163b928eff890e4bea54855db (diff) | |
download | ports-32dd9ad8cfc0de322ced272bd43f7137406abc36.tar.gz ports-32dd9ad8cfc0de322ced272bd43f7137406abc36.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
Notes
Notes:
svn path=/head/; revision=241893
Diffstat (limited to 'textproc/translate-toolkit/Makefile')
-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 |