diff options
author | tnn <tnn@pkgsrc.org> | 2022-04-24 22:34:12 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2022-04-24 22:34:12 +0000 |
commit | 3a941811ab2efe7c6418db6d8ef3e1e2aadf540d (patch) | |
tree | cf8b066b155f2c5b7983a12e9f1ab3b013d15c66 | |
parent | e03bb53e67b19be5ad0d06d9d1e1f88cf0bc9cf1 (diff) | |
download | pkgsrc-3a941811ab2efe7c6418db6d8ef3e1e2aadf540d.tar.gz |
root: add CHECK_PORTABILITY_SKIP
-rw-r--r-- | misc/root/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/root/Makefile b/misc/root/Makefile index 9f70b60af9b..2b740cc2710 100644 --- a/misc/root/Makefile +++ b/misc/root/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.68 2021/06/01 09:12:26 wiz Exp $ +# $NetBSD: Makefile,v 1.69 2022/04/24 22:34:12 tnn Exp $ DISTNAME= root_v5.26.00b.source PKGNAME= root-5.26 @@ -15,7 +15,7 @@ USE_TOOLS+= gmake USE_LANGUAGES= c c++ fortran NOT_FOR_COMPILER+= f2c #lacks LOC() -CHECK_PORTABILITY_SKIP= build/win/*.sh cint/tool/INSTALLBIN +CHECK_PORTABILITY_SKIP= build/win/*.sh cint/tool/INSTALLBIN tmva/test/setup.sh BUILD_TARGET= .include "../../mk/bsd.prefs.mk" |