diff options
author | joerg <joerg@pkgsrc.org> | 2013-05-22 14:31:14 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2013-05-22 14:31:14 +0000 |
commit | 03abe3e06a47c9744e231f3bdadf1bc00b2751bf (patch) | |
tree | 39f291cf849149b01dad473144f9f5a3c630f183 /textproc/py-sphinx | |
parent | ec184232acb127d96e3273a658ffb7f3de0fa88f (diff) | |
download | pkgsrc-03abe3e06a47c9744e231f3bdadf1bc00b2751bf.tar.gz |
Revert, py-jinja2 has to adjust.
Diffstat (limited to 'textproc/py-sphinx')
-rw-r--r-- | textproc/py-sphinx/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/py-sphinx/Makefile b/textproc/py-sphinx/Makefile index ba2f59e3346..3d70901e08b 100644 --- a/textproc/py-sphinx/Makefile +++ b/textproc/py-sphinx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2013/05/22 14:28:57 joerg Exp $ +# $NetBSD: Makefile,v 1.20 2013/05/22 14:31:14 joerg Exp $ DISTNAME= Sphinx-1.1.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} @@ -16,6 +16,7 @@ DEPENDS+= ${PYPKGPREFIX}-jinja2>=2.2:../../textproc/py-jinja2 DEPENDS+= ${PYPKGPREFIX}-pygments>=0.8:../../textproc/py-pygments USE_LANGUAGES= #none +PYTHON_VERSIONS_INCLUDE_3X= yes REPLACE_PYTHON+= sphinx/pycode/pgen2/token.py |