summaryrefslogtreecommitdiff
path: root/textproc/source-highlight/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2020-04-18 21:55:07 +0000
committerjoerg <joerg@pkgsrc.org>2020-04-18 21:55:07 +0000
commit384c791e4fe4fa9062bab43a9d16923546031cfb (patch)
treed63e488b12a07e7737201defdfbebf700aad42b5 /textproc/source-highlight/Makefile
parent1509434734574d13f0f4397d2e8bebae65ef21c2 (diff)
downloadpkgsrc-384c791e4fe4fa9062bab43a9d16923546031cfb.tar.gz
Deal with portability. Use :test
Diffstat (limited to 'textproc/source-highlight/Makefile')
-rw-r--r--textproc/source-highlight/Makefile12
1 files changed, 9 insertions, 3 deletions
diff --git a/textproc/source-highlight/Makefile b/textproc/source-highlight/Makefile
index ad96ff36e21..63b7a33b2bd 100644
--- a/textproc/source-highlight/Makefile
+++ b/textproc/source-highlight/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.60 2020/01/18 23:35:33 rillig Exp $
+# $NetBSD: Makefile,v 1.61 2020/04/18 21:55:07 joerg Exp $
DISTNAME= source-highlight-3.1.8
PKGREVISION= 11
@@ -25,9 +25,15 @@ PKGCONFIG_OVERRIDE= source-highlight.pc.in
INFO_FILES= YES
-# this is only really needed for the 'test' target
-USE_TOOLS+= gmake gsed
+USE_TOOLS+= gmake:test gsed:test bash:test
TEST_TARGET= check
+# bash scripts
+CHECK_PORTABILITY_SKIP+= \
+ lib/tests/valgrind_test.sh.in \
+ tests/valgrind_suppressions.sh.in \
+ tests/valgrind_test.sh.in \
+ tests/valgrind_tests.sh.in
+
.include "../../devel/boost-libs/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"