diff --git a/usbutils/Portfile b/usbutils/Portfile
a
|
b
|
|
21 | 21 | depends_build port:pkgconfig |
22 | 22 | |
23 | 23 | depends_lib port:libusb \ |
| 24 | port:usbids \ |
24 | 25 | port:zlib |
25 | 26 | |
26 | 27 | # Darwin linker has no "--as-needed" |
… |
… |
|
30 | 31 | # ("lsusb" and the hardware database) manually |
31 | 32 | destroot { |
32 | 33 | xinstall -m 0755 ${worksrcpath}/lsusb ${destroot}${prefix}/bin/lsusb |
33 | | xinstall -m 0644 ${worksrcpath}/usb.ids.gz ${destroot}${prefix}/share |
34 | 34 | xinstall -d ${destroot}${prefix}/share/man/man8 |
35 | 35 | xinstall -m 0644 ${worksrcpath}/lsusb.8 ${destroot}${prefix}/share/man/man8 |
36 | 36 | |