diff options
Diffstat (limited to 'devel/py-darcsver/Makefile')
-rw-r--r-- | devel/py-darcsver/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/py-darcsver/Makefile b/devel/py-darcsver/Makefile index a25b2986153..a2eeff1c462 100644 --- a/devel/py-darcsver/Makefile +++ b/devel/py-darcsver/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2018/07/03 05:03:10 adam Exp $ +# $NetBSD: Makefile,v 1.11 2019/04/26 13:13:51 maya Exp $ DISTNAME= darcsver-1.7.4 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -14,7 +14,7 @@ DEPENDS+= ${PYPKGPREFIX}-expat>=0:../../textproc/py-expat USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet ported as of 1.7.4 +PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 1.7.4 .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" |