diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2005-09-16 05:46:48 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2005-09-16 05:46:48 +0000 |
commit | 96ce47ca76e5f2f030768693f4af8dad8a52b5fe (patch) | |
tree | 98d0d76b7be9b37e37abdaf2db7804f0204b5699 /graphics | |
parent | 1025efd042f46da699000f378bf402d3ffa3c47f (diff) | |
download | ports-96ce47ca76e5f2f030768693f4af8dad8a52b5fe.tar.gz ports-96ce47ca76e5f2f030768693f4af8dad8a52b5fe.zip |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/libgphoto2/Makefile | 4 |
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 |