syntax-highlighting: skip a portability check
This commit is contained in:
parent
f57b268b32
commit
092cda8159
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.29 2020/08/17 20:17:45 leot Exp $
|
||||
# $NetBSD: Makefile,v 1.30 2020/08/18 02:06:38 tnn Exp $
|
||||
|
||||
DISTNAME= syntax-highlighting-${KF5VER}
|
||||
PKGREVISION= 1
|
||||
|
@ -12,6 +12,8 @@ LICENSE= gnu-lgpl-v2.1
|
|||
|
||||
USE_TOOLS+= perl
|
||||
|
||||
CHECK_PORTABILITY_SKIP+= autotests/input/highlight.sh
|
||||
|
||||
.include "../../x11/qt5-qtbase/buildlink3.mk"
|
||||
BUILDLINK_DEPMETHOD.qt5-qttools= build
|
||||
.include "../../x11/qt5-qttools/buildlink3.mk"
|
||||
|
|
Loading…
Reference in a new issue