aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/py-liquidctl
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/py-liquidctl')
-rw-r--r--sysutils/py-liquidctl/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/py-liquidctl/Makefile b/sysutils/py-liquidctl/Makefile
index 2bdc5cc42277..b84d234f9e3c 100644
--- a/sysutils/py-liquidctl/Makefile
+++ b/sysutils/py-liquidctl/Makefile
@@ -3,6 +3,7 @@
PORTNAME= liquidctl
PORTVERSION= 1.3.3
+PORTREVISION= 1
CATEGORIES= sysutils python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -15,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}docopt>=0:devel/py-docopt@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}hidapi>=0:comms/py-hidapi@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}usb>=0:devel/py-usb@${PY_FLAVOR}
+ ${PYTHON_PKGNAMEPREFIX}pyusb>=0:devel/py-pyusb@${PY_FLAVOR}
USES= python:3.6+
USE_PYTHON= autoplist concurrent distutils