diff options
author | Michael Reifenberger <mr@FreeBSD.org> | 2003-08-12 09:12:40 +0000 |
---|---|---|
committer | Michael Reifenberger <mr@FreeBSD.org> | 2003-08-12 09:12:40 +0000 |
commit | 35fb880a9c8ac46c140eeb6ec43d66f0c4f380c1 (patch) | |
tree | 2cbe0bb0134c03cb0d51879f9a250cd48b1e7afb /graphics/libgphoto2 | |
parent | 871019a53ce82df00967b816b51a3cc48194c1df (diff) | |
download | ports-35fb880a9c8ac46c140eeb6ec43d66f0c4f380c1.tar.gz ports-35fb880a9c8ac46c140eeb6ec43d66f0c4f380c1.zip |
Fix dependence on libexif:
exif.9 -> exif.10
Notes
Notes:
svn path=/head/; revision=86801
Diffstat (limited to 'graphics/libgphoto2')
-rw-r--r-- | graphics/libgphoto2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/libgphoto2/Makefile b/graphics/libgphoto2/Makefile index 91f3835337a3..c925cdf72a29 100644 --- a/graphics/libgphoto2/Makefile +++ b/graphics/libgphoto2/Makefile @@ -16,7 +16,7 @@ COMMENT= A universal digital camera picture control tool LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext \ usb-0.1.7:${PORTSDIR}/devel/libusb \ - exif.9:${PORTSDIR}/graphics/libexif + exif.10:${PORTSDIR}/graphics/libexif USE_BZIP2= yes USE_REINPLACE= yes |