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 | 32e3777c0483c942db7d33c0514dde781322fe36 (patch) | |
tree | 5e055948d6bf3908006c42aff77eac3ac020d198 /textproc/jsoncpp | |
parent | dabc97757de5c7e532f1c54535ae41f78f5ff9b4 (diff) | |
download | pkgsrc-32e3777c0483c942db7d33c0514dde781322fe36.tar.gz |
Mark packages that are not ready for python-3.3 also not ready for 3.4,
until proven otherwise.
Diffstat (limited to 'textproc/jsoncpp')
-rw-r--r-- | textproc/jsoncpp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/jsoncpp/Makefile b/textproc/jsoncpp/Makefile index 0ce28c4682d..83196ddfe3f 100644 --- a/textproc/jsoncpp/Makefile +++ b/textproc/jsoncpp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2014/04/18 22:26:08 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2014/05/09 07:37:21 wiz Exp $ DISTNAME= jsoncpp-src-0.6.0rc2svn276 PKGNAME= ${DISTNAME:C/-src//} @@ -16,7 +16,7 @@ WRKSRC= ${WRKDIR}/jsoncpp # for tests PYTHON_FOR_BUILD_ONLY= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 0.6.0rc2nb20140217 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.6.0rc2nb20140217 .include "../../lang/python/application.mk" .include "../../mk/bsd.pkg.mk" |