diff options
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/libgphoto2/Makefile | 2 | ||||
-rw-r--r-- | graphics/s10sh/Makefile | 2 | ||||
-rw-r--r-- | graphics/sane-backends/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/graphics/libgphoto2/Makefile b/graphics/libgphoto2/Makefile index 19855884c45a..d7d3674998e2 100644 --- a/graphics/libgphoto2/Makefile +++ b/graphics/libgphoto2/Makefile @@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= gphoto MAINTAINER= ports@FreeBSD.org COMMENT= A universal digital camera picture control tool -LIB_DEPENDS= usb-0.1.7:${PORTSDIR}/devel/libusb \ +LIB_DEPENDS= usb-0.1.8:${PORTSDIR}/devel/libusb \ exif.12:${PORTSDIR}/graphics/libexif USE_GNOME= gnometarget pkgconfig 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: diff --git a/graphics/sane-backends/Makefile b/graphics/sane-backends/Makefile index 89d8747655e9..24dae6b14901 100644 --- a/graphics/sane-backends/Makefile +++ b/graphics/sane-backends/Makefile @@ -39,7 +39,7 @@ OPTIONS= USB "USB support" on \ CONFIGURE_ARGS+= --disable-libusb PLIST_SUB+= USB="@comment " .else -LIB_DEPENDS+= usb-0.1.7:${PORTSDIR}/devel/libusb +LIB_DEPENDS+= usb-0.1.8:${PORTSDIR}/devel/libusb PLIST_SUB+= USB="" .endif |