From 23237ab5da9d614a6a25d973c53d552649db41d3 Mon Sep 17 00:00:00 2001 From: Ruslan Makhmatkhanov Date: Sun, 13 May 2012 16:55:05 +0000 Subject: [PATCH] - strict python version to 2.x only - do not use PYTHON_SITELIBDIR in dependency entries --- www/xist/Makefile | 4 ++-- www/xist/pkg-descr | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/www/xist/Makefile b/www/xist/Makefile index 49f30853d16e..3207ef24c41c 100644 --- a/www/xist/Makefile +++ b/www/xist/Makefile @@ -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 diff --git a/www/xist/pkg-descr b/www/xist/pkg-descr index 7a4a459c1f47..fa2e92c0cb17 100644 --- a/www/xist/pkg-descr +++ b/www/xist/pkg-descr @@ -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/