diff options
| author | drochner <drochner> | 2012-04-23 16:53:12 +0000 |
|---|---|---|
| committer | drochner <drochner> | 2012-04-23 16:53:12 +0000 |
| commit | 71a15ca9b3b136af80b711708a0b0be7c756f099 (patch) | |
| tree | f50cc6649de70f42b72b92f252888d42bbb22b0a /textproc/py-sphinx | |
| parent | 57f07335bb95f9a56fc7f45d96fff619b5a9a51d (diff) | |
| download | pkgsrc-71a15ca9b3b136af80b711708a0b0be7c756f099.tar.gz | |
give hints for selftest
Diffstat (limited to 'textproc/py-sphinx')
| -rw-r--r-- | textproc/py-sphinx/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/textproc/py-sphinx/Makefile b/textproc/py-sphinx/Makefile index c02162488c5..6aa86f08d45 100644 --- a/textproc/py-sphinx/Makefile +++ b/textproc/py-sphinx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2012/04/23 14:52:53 adam Exp $ +# $NetBSD: Makefile,v 1.16 2012/04/23 16:53:12 drochner Exp $ DISTNAME= Sphinx-1.1.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} @@ -18,5 +18,10 @@ DEPENDS+= ${PYPKGPREFIX}-pygments>=0.8:../../textproc/py-pygments USE_LANGUAGES= #none +#USE_TOOLS+= makeinfo +# also needs LaTeX with additional packages (tex-mdwtools, tex-parskip) +#do-test: +# cd ${WRKSRC}/tests && ${PYTHONBIN} run.py + .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" |
