summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2022-05-03 13:17:24 +0000
committertnn <tnn@pkgsrc.org>2022-05-03 13:17:24 +0000
commit877f4d6756475dbafed6f26e36490f790e02f560 (patch)
tree88310383a64d3142e14cb51537bb8e347fc41e27 /x11
parent595b8cda98c4c578361bdfbcfb2806bb3df527bd (diff)
downloadpkgsrc-877f4d6756475dbafed6f26e36490f790e02f560.tar.gz
bitmap: add CHECK_PORTABILITY_SKIP
Diffstat (limited to 'x11')
-rw-r--r--x11/bitmap/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/bitmap/Makefile b/x11/bitmap/Makefile
index 542fa5ae5ca..13420c58ba8 100644
--- a/x11/bitmap/Makefile
+++ b/x11/bitmap/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2022/04/30 21:15:33 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2022/05/03 13:17:24 tnn Exp $
DISTNAME= bitmap-1.1.0
CATEGORIES= x11
@@ -14,6 +14,8 @@ USE_TOOLS+= pkg-config
MAKE_FLAGS+= appdefaultdir=${PREFIX}/lib/X11/app-defaults
+CHECK_PORTABILITY_SKIP+= test/round-trip-test.in
+
.include "../../meta-pkgs/modular-xorg/hacks.mk"
.include "../../x11/libXaw/buildlink3.mk"