diff options
author | wiz <wiz@pkgsrc.org> | 2017-02-17 15:53:50 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-02-17 15:53:50 +0000 |
commit | 56ea091c773f3c48e77d511df550542c0f102554 (patch) | |
tree | 329ea7b4326ee3ce5a3a3a97f69054b2f691710d /ham/uhd | |
parent | 244c3923303c12438b99ecf2171fa67756587b17 (diff) | |
download | pkgsrc-56ea091c773f3c48e77d511df550542c0f102554.tar.gz |
Mark as not ready for python-3.x due to py-cheetah.
Diffstat (limited to 'ham/uhd')
-rw-r--r-- | ham/uhd/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ham/uhd/Makefile b/ham/uhd/Makefile index ad849dd1cc8..da9d0591f95 100644 --- a/ham/uhd/Makefile +++ b/ham/uhd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2017/01/01 16:06:23 adam Exp $ +# $NetBSD: Makefile,v 1.24 2017/02/17 15:53:50 wiz Exp $ DISTNAME= uhd-3.9.4 PKGREVISION= 4 @@ -17,6 +17,8 @@ BUILD_DEPENDS+= ${PYPKGPREFIX}-docutils>=0.12:../../textproc/py-docutils BUILD_DEPENDS+= ${PYPKGPREFIX}-mako-[0-9]*:../../devel/py-mako BUILD_DEPENDS+= doxygen>=1.8.12:../../devel/doxygen +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-cheetah + CMAKE_ARGS+= -DRST2HTML_EXECUTABLE=${PREFIX}/bin/rst2html-${PYVERSSUFFIX}.py CMAKE_ARGS+= -Wno-dev |