summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2020-03-26 14:30:01 +0000
committernia <nia@pkgsrc.org>2020-03-26 14:30:01 +0000
commit34308b0a77e0af0d9fff9c6e81bcd6d1148e609a (patch)
tree4f46b1a34281791c4c958a0ea076045c8ee5993e /misc
parentf1bcabba2c1f4f448c2db7944402086eb98eb126 (diff)
downloadpkgsrc-34308b0a77e0af0d9fff9c6e81bcd6d1148e609a.tar.gz
orca: Fix portability check
Diffstat (limited to 'misc')
-rw-r--r--misc/orca/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/orca/Makefile b/misc/orca/Makefile
index 1f754e500b0..ccabcdc6965 100644
--- a/misc/orca/Makefile
+++ b/misc/orca/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.52 2020/03/10 22:10:35 wiz Exp $
+# $NetBSD: Makefile,v 1.53 2020/03/26 14:30:01 nia Exp $
DISTNAME= orca-3.34.1
PKGREVISION= 2
@@ -30,6 +30,8 @@ _TOOLS_USE_PKGSRC.msgfmt= yes
# Python 3 only
PYTHON_VERSIONS_INCOMPATIBLE= 27
+CHECK_PORTABILITY_SKIP+= run_pylint.sh.in
+
.include "../../devel/glib2/schemas.mk"
.include "../../audio/speech-dispatcher/buildlink3.mk"
.include "../../devel/libwnck3/buildlink3.mk"