summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorMikhail Teterin <mi@FreeBSD.org>2005-09-16 05:46:48 +0000
committerMikhail Teterin <mi@FreeBSD.org>2005-09-16 05:46:48 +0000
commit96ce47ca76e5f2f030768693f4af8dad8a52b5fe (patch)
tree98d0d76b7be9b37e37abdaf2db7804f0204b5699 /graphics
parent- Update to 0.6.2 (diff)
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.
Notes
Notes: svn path=/head/; revision=142883
Diffstat (limited to 'graphics')
-rw-r--r--graphics/libgphoto2/Makefile4
1 files changed, 2 insertions, 2 deletions
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