diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2005-03-01 07:34:30 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2005-03-01 07:34:30 +0000 |
commit | 0e3125c9700a11b91675bfc0a578e44836c75282 (patch) | |
tree | aa6ba5b9602828c7f71e40f28ef9fc925b65c47f /www/xist/Makefile | |
parent | c643511c3d99c471f36e92b638ee639f9102a59c (diff) | |
download | ports-0e3125c9700a11b91675bfc0a578e44836c75282.tar.gz ports-0e3125c9700a11b91675bfc0a578e44836c75282.zip |
Notes
Diffstat (limited to 'www/xist/Makefile')
-rw-r--r-- | www/xist/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/www/xist/Makefile b/www/xist/Makefile index b2b187b722d9..cc6d5065ca84 100644 --- a/www/xist/Makefile +++ b/www/xist/Makefile @@ -7,7 +7,7 @@ # PORTNAME= xist -PORTVERSION= 2.5 +PORTVERSION= 2.8 CATEGORIES= www python MASTER_SITES= ftp://ftp.livinglogic.de/pub/livinglogic/xist/ DISTNAME= ll-${PORTNAME}-${PORTVERSION} @@ -19,14 +19,12 @@ 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_PYTHON= 2.4 USE_PYDISTUTILS= yes USE_BZIP2= yes post-install: -.for file in doc2txt dtd2xsc tld2xsc xscmake +.for file in doc2txt dtd2xsc tld2xsc @${MV} ${PREFIX}/bin/${file}.py ${PREFIX}/bin/${file} .endfor |