diff options
author | rillig <rillig@pkgsrc.org> | 2020-06-02 19:46:00 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2020-06-02 19:46:00 +0000 |
commit | e5c8869dec2623e9f9b70728642820273e7d50e3 (patch) | |
tree | 363ed610bbef049d9baac430fa64dac122ef85dd /pkgtools | |
parent | cfca10f54ed56f7daa4263e5a0e7df5fd861ef54 (diff) | |
download | pkgsrc-e5c8869dec2623e9f9b70728642820273e7d50e3.tar.gz |
pkgtools/cwrappers: avoid dependency cycle with check-portability
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/cwrappers/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgtools/cwrappers/Makefile b/pkgtools/cwrappers/Makefile index 4ac4456c1ce..3eda51ab105 100644 --- a/pkgtools/cwrappers/Makefile +++ b/pkgtools/cwrappers/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2020/01/18 23:33:25 rillig Exp $ +# $NetBSD: Makefile,v 1.26 2020/06/02 19:46:00 rillig Exp $ PKGNAME= cwrappers-20180325 CATEGORIES= pkgtools sysutils @@ -16,7 +16,8 @@ INSTALLATION_DIRS= libexec/cwrappers .include "../../mk/bsd.prefs.mk" -CHECK_PERMS= no +CHECK_PERMS_SKIP= * # avoid dependency cycles with sysutils/checkperms +CHECK_PORTABILITY_SKIP= * # avoid dependency cycles with pkgtools/check-portability PKGSRC_LOCKTYPE= none # avoid dependency cycles with pkgtool/shlock .if ${OPSYS} != "NetBSD" || !empty(MACHINE_PLATFORM:MNetBSD-[0-5].*) |