diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2005-04-13 10:22:22 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2005-04-13 10:22:22 +0000 |
commit | 7fdd27b92c540bd68505273c104dfddbf3767f07 (patch) | |
tree | 71d155c951d7c5283a8d9cce28f1abc3a763415a /graphics/s10sh/Makefile | |
parent | 6df31055016995ce876873fd43bce255be4270d0 (diff) |
Notes
Diffstat (limited to 'graphics/s10sh/Makefile')
-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: |