diff options
Diffstat (limited to 'devel/py-doctor/Makefile')
-rw-r--r-- | devel/py-doctor/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/py-doctor/Makefile b/devel/py-doctor/Makefile index ade1b5e13b6..181fb2059b2 100644 --- a/devel/py-doctor/Makefile +++ b/devel/py-doctor/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2016/06/08 17:43:23 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2016/07/09 13:03:40 wiz Exp $ DISTNAME= pydoctor-0.5 PKGNAME= ${DISTNAME:S/py/${PYPKGPREFIX}-/} @@ -14,7 +14,7 @@ DEPENDS+= ${PYPKGPREFIX}-nevow>=0.9.18:../../www/py-nevow USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-twisted, py-xml via py-nevow +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-twisted, py-xml via py-nevow .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" |