From 96ce47ca76e5f2f030768693f4af8dad8a52b5fe Mon Sep 17 00:00:00 2001 From: Mikhail Teterin Date: Fri, 16 Sep 2005 05:46:48 +0000 Subject: Add a patch from the vendor's CVS to limit the number of pictures cached by the library (to two by default). Previous versions had NO LIMIT, which prevented simple clients of the library (such "gphoto -P" itself) from downloading LARGE sequences of pictures -- the program would run out of memory and crash. While here, remove the explicit requirements for shared library versions of dependencies. --- graphics/libgphoto2/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'graphics') diff --git a/graphics/libgphoto2/Makefile b/graphics/libgphoto2/Makefile index 9a0a662728dd..6de0ed514e92 100644 --- a/graphics/libgphoto2/Makefile +++ b/graphics/libgphoto2/Makefile @@ -14,8 +14,8 @@ MASTER_SITE_SUBDIR= gphoto MAINTAINER= ports@FreeBSD.org COMMENT= A universal digital camera picture control tool -LIB_DEPENDS= usb-0.1.8:${PORTSDIR}/devel/libusb \ - exif.12:${PORTSDIR}/graphics/libexif +LIB_DEPENDS= usb:${PORTSDIR}/devel/libusb \ + exif:${PORTSDIR}/graphics/libexif USE_GNOME= gnometarget pkgconfig USE_GETOPT_LONG= yes -- cgit v1.2.3