diff options
Diffstat (limited to 'devel/py-buildbot/Makefile')
-rw-r--r-- | devel/py-buildbot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/py-buildbot/Makefile b/devel/py-buildbot/Makefile index ed3463f0507..2511b96926a 100644 --- a/devel/py-buildbot/Makefile +++ b/devel/py-buildbot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2014/01/25 10:30:02 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2014/05/09 07:37:00 wiz Exp $ DISTNAME= buildbot-0.8.8 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -17,7 +17,7 @@ DEPENDS+= ${PYPKGPREFIX}-twisted-[0-9]*:../../net/py-twisted DEPENDS+= ${PYPKGPREFIX}-jinja2-[0-9]*:../../textproc/py-jinja2 DEPENDS+= ${PYPKGPREFIX}-sqlite2-[0-9]*:../../databases/py-sqlite2 -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-twisted, py-sqlite2, py-sqlalchemy-migrate +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-twisted, py-sqlite2, py-sqlalchemy-migrate .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" |