diff options
author | marcus <marcus@FreeBSD.org> | 2003-07-30 05:05:52 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-07-30 05:05:52 +0800 |
commit | 9f87769d154472943531c5ae723ac0fe32d7fd08 (patch) | |
tree | de44431ee1bbe1d075ac753f967228fa59ffb42d | |
parent | 80e9827b88ceb1cd78d9285124a6bfbf4eedcbae (diff) | |
download | freebsd-ports-gnome-9f87769d154472943531c5ae723ac0fe32d7fd08.tar.gz freebsd-ports-gnome-9f87769d154472943531c5ae723ac0fe32d7fd08.tar.zst freebsd-ports-gnome-9f87769d154472943531c5ae723ac0fe32d7fd08.zip |
Chase the libexif shared lib version.
-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 |