diff options
| author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2021-02-05 08:54:10 +0000 |
|---|---|---|
| committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2021-02-05 08:54:10 +0000 |
| commit | 213acfdc02d45e9894e998c87b176d0369173df4 (patch) | |
| tree | 16f1819428b0cd8392c8e2d86228e2f953700a3c /sysutils/py-liquidctl | |
| parent | b1503506b8be03c6bf306d60cc4065f021e817dc (diff) | |
Tell portscout to skip version 1.5.0 as it depends on linux <linux/hidraw.h>
Diffstat (limited to 'sysutils/py-liquidctl')
| -rw-r--r-- | sysutils/py-liquidctl/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sysutils/py-liquidctl/Makefile b/sysutils/py-liquidctl/Makefile index b751d4b87cd8..7358dc55c4be 100644 --- a/sysutils/py-liquidctl/Makefile +++ b/sysutils/py-liquidctl/Makefile @@ -22,4 +22,7 @@ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes +# depends on https://pypi.org/project/hidraw which uses <linux/hidraw.h> +PORTSCOUT= skipv:1.5.0 + .include <bsd.port.mk> |
