diff options
Diffstat (limited to 'devel/py-hgview/Makefile')
-rw-r--r-- | devel/py-hgview/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/py-hgview/Makefile b/devel/py-hgview/Makefile index 45576edf498..05b29e1b9b4 100644 --- a/devel/py-hgview/Makefile +++ b/devel/py-hgview/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2014/04/21 13:37:41 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2014/05/09 07:37:01 wiz Exp $ DISTNAME= hgview-1.8.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -17,7 +17,7 @@ BUILD_DEPENDS+= asciidoc-[0-9]*:../../textproc/asciidoc BUILD_DEPENDS+= xmlto-[0-9]*:../../textproc/xmlto REPLACE_PYTHON= *.py -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 1.8.0 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.8.0 USE_TOOLS+= gmake |