diff options
Diffstat (limited to 'devel/py-buildbot/Makefile')
-rw-r--r-- | devel/py-buildbot/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/py-buildbot/Makefile b/devel/py-buildbot/Makefile index c1bb5ccba23..ed3463f0507 100644 --- a/devel/py-buildbot/Makefile +++ b/devel/py-buildbot/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2013/11/08 15:32:10 riz Exp $ -# +# $NetBSD: Makefile,v 1.5 2014/01/25 10:30:02 wiz Exp $ DISTNAME= buildbot-0.8.8 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -18,5 +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 + .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" |