- strict python version to 2.x only

- do not use PYTHON_SITELIBDIR in dependency entries
This commit is contained in:
Ruslan Makhmatkhanov 2012-05-13 16:55:05 +00:00
parent 95b02fc140
commit 23237ab5da
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=296545
2 changed files with 3 additions and 3 deletions

View file

@ -19,10 +19,10 @@ COMMENT= An XML-based extensible HTML generator
RUN_DEPENDS= ${PYXML} \
${PYTHON_PKGNAMEPREFIX}ll-core>=1.11.1:${PORTSDIR}/devel/py-ll-core \
${PYTHON_SITELIBDIR}/PIL.pth:${PORTSDIR}/graphics/py-imaging \
${PYTHON_PKGNAMEPREFIX}imaging>0:${PORTSDIR}/graphics/py-imaging \
${PYTHON_PKGNAMEPREFIX}cssutils>=0.9.7:${PORTSDIR}/www/py-cssutils
USE_PYTHON= 2.6+
USE_PYTHON= -2.7
USE_PYDISTUTILS= easy_install
PYEASYINSTALL_ARCHDEP= yes
USE_BZIP2= yes

View file

@ -3,4 +3,4 @@ developed as a replacement for an HTML preprocessor named HSC, and borrows
some features and ideas from it. It also borrows the basic ideas (XML/HTML
elements as Python objects) from HTMLgen or HyperText.
WWW: http://www.livinglogic.de/Python/xist/
WWW: http://www.livinglogic.de/Python/xist/