diff options
author | wiz <wiz@pkgsrc.org> | 2014-05-09 07:36:53 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-05-09 07:36:53 +0000 |
commit | 6110b3907a630ba5f56311a5b07f346b35648583 (patch) | |
tree | 5e055948d6bf3908006c42aff77eac3ac020d198 /graphics/py-dot | |
parent | e10e726ca1e2e87e38883d59d9f2f27d9b31bbdb (diff) | |
download | pkgsrc-6110b3907a630ba5f56311a5b07f346b35648583.tar.gz |
Mark packages that are not ready for python-3.3 also not ready for 3.4,
until proven otherwise.
Diffstat (limited to 'graphics/py-dot')
-rw-r--r-- | graphics/py-dot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/py-dot/Makefile b/graphics/py-dot/Makefile index 9e6bfa265e4..c94a530d90a 100644 --- a/graphics/py-dot/Makefile +++ b/graphics/py-dot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2014/01/19 20:15:43 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2014/05/09 07:37:07 wiz Exp $ DISTNAME= pydot-1.0.28 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} @@ -13,7 +13,7 @@ LICENSE= mit DEPENDS+= ${PYPKGPREFIX}-pyparsing-[0-9]*:../../devel/py-pyparsing DEPENDS+= graphviz-[0-9]*:../../graphics/graphviz -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 1.0.28 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.0.28 post-install: ${RM} ${DESTDIR}${PREFIX}/README |