diff options
author | wiz <wiz@pkgsrc.org> | 2016-01-17 16:03:13 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-01-17 16:03:13 +0000 |
commit | 100e3db0757487cc95b19a53ce69b48c5fb9f9ea (patch) | |
tree | c3d511426573290b90c07f00335040f3fa2f80cb /textproc/py-pygments | |
parent | d7464a43692ef1f1f53da08a76834be3ec456c2f (diff) | |
download | pkgsrc-100e3db0757487cc95b19a53ce69b48c5fb9f9ea.tar.gz |
Comment out py-sphinx build dependency since it introduces a cycle.
Diffstat (limited to 'textproc/py-pygments')
-rw-r--r-- | textproc/py-pygments/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/py-pygments/Makefile b/textproc/py-pygments/Makefile index 962ad58f8d5..f9f26ba5e1d 100644 --- a/textproc/py-pygments/Makefile +++ b/textproc/py-pygments/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2016/01/17 14:22:11 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2016/01/17 16:03:13 wiz Exp $ DISTNAME= Pygments-2.0.2 PKGREVISION= 1 @@ -13,7 +13,8 @@ LICENSE= 2-clause-bsd # test dependencies BUILD_DEPENDS+= ${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose -BUILD_DEPENDS+= ${PYPKGPREFIX}-sphinx-[0-9]*:../../textproc/py-sphinx +# can't depend on sphinx since sphinx depends on pygments +#BUILD_DEPENDS+= ${PYPKGPREFIX}-sphinx-[0-9]*:../../textproc/py-sphinx USE_LANGUAGES= # none PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX} |