Doesn't work with python25. (uses byte-string literals, needs >= 26)
This commit is contained in:
parent
24ffc53b22
commit
27489dc9ce
1 changed files with 3 additions and 1 deletions
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue