diff --git a/devel/libgusb/Makefile b/devel/libgusb/Makefile index 1b7096c444a3..0407d2d5c77c 100644 --- a/devel/libgusb/Makefile +++ b/devel/libgusb/Makefile @@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${PY_SETUPTOOLS} LIB_DEPENDS= libjson-glib-1.0.so:devel/json-glib -TEST_DEPENDS= hwdata>0:misc/hwdata +TEST_DEPENDS= usbids>0:misc/usbids USES= gnome meson pkgconfig python:build tar:xz USE_GNOME= glib20 introspection:build @@ -23,7 +23,7 @@ OPTIONS_DEFAULT= DOCS VAPI OPTIONS_SUB= yes MESON_ARGS= -Dumockdev=disabled \ - -Dusb_ids=${LOCALBASE}/share/hwdata/usb.ids + -Dusb_ids=${LOCALBASE}/share/usbids/usb.ids DOCS_BUILD_DEPENDS= gtk-doc>0:textproc/gtk-doc \ ${PYTHON_PKGNAMEPREFIX}gi-docgen>=0:textproc/py-gi-docgen@${PY_FLAVOR}