diff options
author | mr <mr@FreeBSD.org> | 2003-08-12 17:12:40 +0800 |
---|---|---|
committer | mr <mr@FreeBSD.org> | 2003-08-12 17:12:40 +0800 |
commit | e341a8ace593055b5f951ebec7e9a2411e9cb0c0 (patch) | |
tree | 3ffc7e3585beda31ce77c93bfb6c501d3cfe8f35 /graphics/libgphoto2 | |
parent | eaf6fc563e4991b57c07935461809805e6af2c78 (diff) | |
download | freebsd-ports-gnome-e341a8ace593055b5f951ebec7e9a2411e9cb0c0.tar.gz freebsd-ports-gnome-e341a8ace593055b5f951ebec7e9a2411e9cb0c0.tar.zst freebsd-ports-gnome-e341a8ace593055b5f951ebec7e9a2411e9cb0c0.zip |
Fix dependence on libexif:
exif.9 -> exif.10
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 |