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 9c49c5c30f5..841485e8da6 100644 --- a/devel/py-buildbot-slave/Makefile +++ b/devel/py-buildbot-slave/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2017/01/01 14:43:32 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2017/02/14 10:26:28 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= 34 35 36 # py-twisted +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # as of 0.8.8 .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" |