diff options
author | dholland <dholland@pkgsrc.org> | 2012-05-05 21:47:22 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2012-05-05 21:47:22 +0000 |
commit | 47efa45924ceb14f3b44d7398145cfa90aeeb0fb (patch) | |
tree | f79f9be8b4ce4619db90a26ae1a52b58f242c049 /textproc/py-cssutils | |
parent | 8fe7a9cb01c312aa724c36eb4c7bc21578970679 (diff) | |
download | pkgsrc-47efa45924ceb14f3b44d7398145cfa90aeeb0fb.tar.gz |
Doesn't work with python25. (uses byte-string literals, needs >= 26)
Diffstat (limited to 'textproc/py-cssutils')
-rw-r--r-- | textproc/py-cssutils/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/py-cssutils/Makefile b/textproc/py-cssutils/Makefile index a7b1db0e445..1f1c0178de8 100644 --- a/textproc/py-cssutils/Makefile +++ b/textproc/py-cssutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2012/05/05 15:20:07 gls Exp $ +# $NetBSD: Makefile,v 1.6 2012/05/05 21:47:22 dholland Exp $ # DISTNAME= cssutils-0.9.9 @@ -17,6 +17,8 @@ PKG_DESTDIR_SUPPORT= user-destdir USE_LANGUAGES= #none +PYTHON_VERSIONS_INCOMPATIBLE= 25 + REPLACE_INTERPRETER+= python REPLACE.python.old= /usr/bin/env python REPLACE.python.new= ${PYTHONBIN} |