diff options
author | joerg <joerg> | 2013-05-22 14:31:14 +0000 |
---|---|---|
committer | joerg <joerg> | 2013-05-22 14:31:14 +0000 |
commit | 62319eaa921463af8e90e342721976a8c89565cd (patch) | |
tree | 39f291cf849149b01dad473144f9f5a3c630f183 | |
parent | b489c3dff19d8235c06665e42a0d03e471638eda (diff) | |
download | pkgsrc-62319eaa921463af8e90e342721976a8c89565cd.tar.gz |
Revert, py-jinja2 has to adjust.
-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 |