From 61d14bb2621c9697ac7c80f38d9bac4282ca5706 Mon Sep 17 00:00:00 2001 From: Dima Panov Date: Wed, 20 Nov 2024 13:23:16 +0300 Subject: [PATCH] security/pssh: pet portlint (+) When building with all flavors, concurrent packages get override by same name without flafors suffix Set noflafors to build only default one Approved by: portmgr blanket (trivial packaging fix) Sponsored by: Future Crew, LLC --- security/pssh/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security/pssh/Makefile b/security/pssh/Makefile index 4100b0269c09..09aafafe8e76 100644 --- a/security/pssh/Makefile +++ b/security/pssh/Makefile @@ -16,7 +16,7 @@ BUILD_DEPENDS= ${PY_SETUPTOOLS} \ RUN_DEPENDS= rsync:net/rsync USES= python -USE_PYTHON= autoplist pep517 +USE_PYTHON= autoplist noflavors pep517 USE_GITHUB= yes GH_ACCOUNT= lilydjwg