summaryrefslogtreecommitdiff
path: root/devel/py-buildbot-slave/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-buildbot-slave/Makefile')
-rw-r--r--devel/py-buildbot-slave/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/py-buildbot-slave/Makefile b/devel/py-buildbot-slave/Makefile
index dfac4d9578e..c6a9cb6ef69 100644
--- a/devel/py-buildbot-slave/Makefile
+++ b/devel/py-buildbot-slave/Makefile
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2013/11/08 15:33:32 riz Exp $
-#
+# $NetBSD: Makefile,v 1.5 2014/01/25 10:30:03 wiz Exp $
DISTNAME= buildbot-slave-0.8.8
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -14,5 +13,7 @@ LICENSE= gnu-gpl-v2
DEPENDS+= ${PYPKGPREFIX}-twisted-[0-9]*:../../net/py-twisted
+PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-twisted
+
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"