diff options
author | leeym <leeym@FreeBSD.org> | 2005-04-13 18:22:22 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2005-04-13 18:22:22 +0800 |
commit | 29d4596fc982445ac83e293e71ebc3a84a00d8a0 (patch) | |
tree | cbd3c9e08bd7825fb6487c6040430beae2752065 /graphics/s10sh | |
parent | 2bd9d64ee40ca24a3434c7aad943e66409f36b0f (diff) | |
download | freebsd-ports-gnome-29d4596fc982445ac83e293e71ebc3a84a00d8a0.tar.gz freebsd-ports-gnome-29d4596fc982445ac83e293e71ebc3a84a00d8a0.tar.zst freebsd-ports-gnome-29d4596fc982445ac83e293e71ebc3a84a00d8a0.zip |
- update to libusb-0.1.10a
- bump library version to all ports that depends on libusb
PR: 79084
Submitted by: John Reynolds <johnjen@reynoldsnet.org>
Diffstat (limited to 'graphics/s10sh')
-rw-r--r-- | graphics/s10sh/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/s10sh/Makefile b/graphics/s10sh/Makefile index 8eb023bb87b9..1c5e0ffd56b3 100644 --- a/graphics/s10sh/Makefile +++ b/graphics/s10sh/Makefile @@ -17,7 +17,7 @@ COMMENT= USB/serial userspace driver for the Canon PowerShot digital cameras .if defined(NOUSB) || defined(WITHOUT_USB) MAKE_ENV+= WITHOUT_USB=YES .else -LIB_DEPENDS= usb-0.1.7:${PORTSDIR}/devel/libusb +LIB_DEPENDS= usb-0.1.8:${PORTSDIR}/devel/libusb .endif # Don't extract the libusb bundled with s10sh: |