diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2024-11-20 13:23:16 +0300 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2024-11-20 13:28:42 +0300 |
commit | 61d14bb2621c9697ac7c80f38d9bac4282ca5706 (patch) | |
tree | a0b28c287193b4e33271da3af28be7090c08c918 | |
parent | devel/git-lab: pet portlint (+) (diff) |
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
-rw-r--r-- | security/pssh/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |