diff options
Diffstat (limited to 'x11/kitty/Makefile')
-rw-r--r-- | x11/kitty/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/kitty/Makefile b/x11/kitty/Makefile index 86cd52a69ac..727df991df9 100644 --- a/x11/kitty/Makefile +++ b/x11/kitty/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2019/04/25 07:33:30 maya Exp $ +# $NetBSD: Makefile,v 1.9 2019/04/26 13:14:24 maya Exp $ DISTNAME= kitty-0.13.3 PKGREVISION= 1 @@ -42,7 +42,7 @@ SUBST_SED.html+= -e "s,_downloads/[0-9a-f]\{32\}/,_downloads/,g" BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools BUILD_DEPENDS+= ${PYPKGPREFIX}-sphinx-[0-9]*:../../textproc/py-sphinx -PYTHON_VERSIONS_INCOMPATIBLE= 27 34 +PYTHON_VERSIONS_INCOMPATIBLE= 27 REPLACE_PYTHON+= kitty/launcher/kitty |