diff options
Diffstat (limited to 'devel/py-buildbot-slave/Makefile')
-rw-r--r-- | devel/py-buildbot-slave/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/py-buildbot-slave/Makefile b/devel/py-buildbot-slave/Makefile index efc89946622..de24cf9fd30 100644 --- a/devel/py-buildbot-slave/Makefile +++ b/devel/py-buildbot-slave/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2015/12/05 21:25:36 adam Exp $ +# $NetBSD: Makefile,v 1.9 2016/07/09 13:03:39 wiz Exp $ DISTNAME= buildbot-slave-0.8.8 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -12,7 +12,7 @@ LICENSE= gnu-gpl-v2 DEPENDS+= ${PYPKGPREFIX}-twisted-[0-9]*:../../net/py-twisted -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-twisted +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-twisted .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" |