diff options
author | rm <rm@FreeBSD.org> | 2012-05-14 00:55:05 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2012-05-14 00:55:05 +0800 |
commit | c77e5eadf0fde7745516185bbe3a9d9e120a1bef (patch) | |
tree | db0f1f1a299aead64496dc6ea1b91dcc7cde2fc5 | |
parent | 1bea89141896d56c130ebf059de57474f971607a (diff) | |
download | freebsd-ports-gnome-c77e5eadf0fde7745516185bbe3a9d9e120a1bef.tar.gz freebsd-ports-gnome-c77e5eadf0fde7745516185bbe3a9d9e120a1bef.tar.zst freebsd-ports-gnome-c77e5eadf0fde7745516185bbe3a9d9e120a1bef.zip |
- strict python version to 2.x only
- do not use PYTHON_SITELIBDIR in dependency entries
-rw-r--r-- | www/xist/Makefile | 4 | ||||
-rw-r--r-- | 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/ |