diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2024-11-20 13:25:00 +0300 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2024-11-20 13:28:42 +0300 |
commit | 64e9a1e53df01e73a1225c7fb7f1683b312571ab (patch) | |
tree | e0b02ddb1e52dddf1220e04c5d0d0ea3b24bc194 | |
parent | security/pssh: pet portlint (+) (diff) |
sysutils/hid-tools: 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-- | sysutils/hid-tools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/hid-tools/Makefile b/sysutils/hid-tools/Makefile index 782f52134707..ba68287fc2eb 100644 --- a/sysutils/hid-tools/Makefile +++ b/sysutils/hid-tools/Makefile @@ -20,7 +20,7 @@ USE_GITLAB= yes GL_SITE= https://gitlab.freedesktop.org/ GL_ACCOUNT= libevdev GL_TAGNAME= 0f71fd65d83b28b744a2fe0a6cc1e3139921c721 -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist noflavors distutils OPTIONS_DEFINE= MANPAGES OPTIONS_DEFAULT= MANPAGES |