summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2022-05-12 12:52:55 +0000
committerwiz <wiz@pkgsrc.org>2022-05-12 12:52:55 +0000
commitf65139dd015844c648a18e971ce55ed795f825b9 (patch)
treef0de3564b11e174c679c5282ac803d21b1ae8495 /x11
parent9f992ecb1eb5c029f32226d657f3ab04f0b2c53b (diff)
downloadpkgsrc-f65139dd015844c648a18e971ce55ed795f825b9.tar.gz
kitty: add CHECK_INTERPRETER_SKIP for a file
Diffstat (limited to 'x11')
-rw-r--r--x11/kitty/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/kitty/Makefile b/x11/kitty/Makefile
index d08c7895991..1ef845ef499 100644
--- a/x11/kitty/Makefile
+++ b/x11/kitty/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2022/05/05 12:07:28 nia Exp $
+# $NetBSD: Makefile,v 1.32 2022/05/12 12:52:55 wiz Exp $
DISTNAME= kitty-0.25.0
CATEGORIES= x11
@@ -26,6 +26,8 @@ BUILDLINK_TRANSFORM+= rm:-pedantic-errors
# comes with ncurses.
USE_NCURSES= yes
+CHECK_INTERPRETER_SKIP= lib/kitty/shell-integration/ssh/askpass.py
+
INSTALLATION_DIRS+= ${PKGMANDIR}/man1 ${PKGMANDIR}/man5
PYTHON_VERSIONS_INCOMPATIBLE= 27