diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-12-11 21:23:26 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-12-11 21:23:26 +0000 |
commit | 8bcb90a4e5c874b336fdf08d0efd0081498137ed (patch) | |
tree | a0481c66ebeef1e8f5f78c5001a9a7f48ea0fa54 /www/xist | |
parent | 62933e02702d31136fc670d8c44c2e3e58044e87 (diff) | |
download | ports-8bcb90a4e5c874b336fdf08d0efd0081498137ed.tar.gz ports-8bcb90a4e5c874b336fdf08d0efd0081498137ed.zip |
Notes
Diffstat (limited to 'www/xist')
-rw-r--r-- | www/xist/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/xist/Makefile b/www/xist/Makefile index 4238065ffa13..b2b187b722d9 100644 --- a/www/xist/Makefile +++ b/www/xist/Makefile @@ -19,6 +19,8 @@ RUN_DEPENDS= ${PYXML} \ ${PYTHON_SITELIBDIR}/PIL.pth:${PORTSDIR}/graphics/py-imaging \ ${PYTHON_SITELIBDIR}/mx/Tidy/mxTidy/mxTidy.so:${PORTSDIR}/devel/py-mx-experimental +BROKEN= Broken dependency after python 2.4 update + USE_PYTHON= 2.3 USE_PYDISTUTILS= yes USE_BZIP2= yes |