aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/py-liquidctl
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2021-02-05 08:54:10 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2021-02-05 08:54:10 +0000
commit213acfdc02d45e9894e998c87b176d0369173df4 (patch)
tree16f1819428b0cd8392c8e2d86228e2f953700a3c /sysutils/py-liquidctl
parentb1503506b8be03c6bf306d60cc4065f021e817dc (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/Makefile3
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>