diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-07-29 21:05:52 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-07-29 21:05:52 +0000 |
commit | 5a30725d7634f28657031842b05d3f24eff7cad0 (patch) | |
tree | 58de98dded1ae63faacec7e7962e4821961ee034 | |
parent | Update to 0.5.10. (diff) |
Chase the libexif shared lib version.
Notes
Notes:
svn path=/head/; revision=85880
-rw-r--r-- | graphics/gthumb2/Makefile | 2 | ||||
-rw-r--r-- | graphics/libgphoto2/Makefile | 2 | ||||
-rw-r--r-- | graphics/pornview/Makefile | 2 | ||||
-rw-r--r-- | graphics/ruby-libexif/Makefile | 2 | ||||
-rw-r--r-- | www/swiggle/Makefile | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/graphics/gthumb2/Makefile b/graphics/gthumb2/Makefile index efc332b24c16..a2441bd28f09 100644 --- a/graphics/gthumb2/Makefile +++ b/graphics/gthumb2/Makefile @@ -30,7 +30,7 @@ MAN1= gthumb.1 .include <bsd.port.pre.mk> -.if defined(WITH_EXIF) || exists(${LOCALBASE}/lib/libexif.so.8) +.if defined(WITH_EXIF) || exists(${LOCALBASE}/lib/libexif.so.9) LIB_DEPENDS+= exif.8:${PORTSDIR}/graphics/libexif .endif diff --git a/graphics/libgphoto2/Makefile b/graphics/libgphoto2/Makefile index a11c39a9aece..25c229e53117 100644 --- a/graphics/libgphoto2/Makefile +++ b/graphics/libgphoto2/Makefile @@ -17,7 +17,7 @@ COMMENT= A universal digital camera picture control tool BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext \ usb-0.1.7:${PORTSDIR}/devel/libusb \ - exif.8:${PORTSDIR}/graphics/libexif + exif.9:${PORTSDIR}/graphics/libexif RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig USE_BZIP2= yes diff --git a/graphics/pornview/Makefile b/graphics/pornview/Makefile index de6f7359c72f..2ac78027ec1f 100644 --- a/graphics/pornview/Makefile +++ b/graphics/pornview/Makefile @@ -16,7 +16,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.p./pre/} MAINTAINER= ports@FreeBSD.org COMMENT= PornView is an image viewer/manager -LIB_DEPENDS= exif.8:${PORTSDIR}/graphics/libexif +LIB_DEPENDS= exif.9:${PORTSDIR}/graphics/libexif USE_X_PREFIX= yes USE_GNOME= gdkpixbuf gnomehack gnomeprefix diff --git a/graphics/ruby-libexif/Makefile b/graphics/ruby-libexif/Makefile index f8083f6bd99f..aaf33fbeb22c 100644 --- a/graphics/ruby-libexif/Makefile +++ b/graphics/ruby-libexif/Makefile @@ -16,7 +16,7 @@ DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org COMMENT= A Ruby extension library for libexif -LIB_DEPENDS= exif.8:${PORTSDIR}/graphics/libexif +LIB_DEPENDS= exif.9:${PORTSDIR}/graphics/libexif USE_RUBY= yes USE_RUBY_EXTCONF= yes diff --git a/www/swiggle/Makefile b/www/swiggle/Makefile index e7fbe1eeab7e..1517ee148f80 100644 --- a/www/swiggle/Makefile +++ b/www/swiggle/Makefile @@ -14,7 +14,7 @@ MAINTAINER= j.el-rayes@daemon.li COMMENT= "Swiggle is a commandline web image gallery generator" LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg:install \ - exif.8:${PORTSDIR}/graphics/libexif:install + exif.9:${PORTSDIR}/graphics/libexif:install USE_REINPLACE= yes |