summaryrefslogtreecommitdiff
path: root/devel/py-doctor/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-doctor/Makefile')
-rw-r--r--devel/py-doctor/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/py-doctor/Makefile b/devel/py-doctor/Makefile
index 945306ebb78..f1f955ee842 100644
--- a/devel/py-doctor/Makefile
+++ b/devel/py-doctor/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2013/09/30 17:23:04 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2014/01/25 10:30:03 wiz Exp $
DISTNAME= pydoctor-0.4
PKGNAME= ${DISTNAME:S/py/${PYPKGPREFIX}-/}
@@ -14,5 +14,7 @@ DEPENDS+= ${PYPKGPREFIX}-nevow>=0.9.18:../../www/py-nevow
USE_LANGUAGES= # none
+PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-twisted, py-xml via py-nevow
+
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"