From 47efa45924ceb14f3b44d7398145cfa90aeeb0fb Mon Sep 17 00:00:00 2001 From: dholland Date: Sat, 5 May 2012 21:47:22 +0000 Subject: Doesn't work with python25. (uses byte-string literals, needs >= 26) --- textproc/py-cssutils/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'textproc') 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} -- cgit v1.2.3