diff options
author | maho <maho@FreeBSD.org> | 2003-08-10 21:04:53 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2003-08-10 21:04:53 +0800 |
commit | d8a0eca50937f97780deb049b24087efaa78bf64 (patch) | |
tree | b9dc348effb0e25d9c6fa0d51ac135b6dc8fd6e2 /graphics | |
parent | 58370da3e495b9d94842b4aac158c33417a7fb1c (diff) | |
download | freebsd-ports-graphics-d8a0eca50937f97780deb049b24087efaa78bf64.tar.gz freebsd-ports-graphics-d8a0eca50937f97780deb049b24087efaa78bf64.tar.zst freebsd-ports-graphics-d8a0eca50937f97780deb049b24087efaa78bf64.zip |
Chase the libexif shared lib version.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gimp-app-devel/Makefile | 2 | ||||
-rw-r--r-- | graphics/gimp-app/Makefile | 2 | ||||
-rw-r--r-- | graphics/gimp-devel/Makefile | 2 | ||||
-rw-r--r-- | graphics/gimp/Makefile | 2 | ||||
-rw-r--r-- | graphics/gimpshop/Makefile | 2 | ||||
-rw-r--r-- | graphics/gthumb2/Makefile | 4 |
6 files changed, 7 insertions, 7 deletions
diff --git a/graphics/gimp-app-devel/Makefile b/graphics/gimp-app-devel/Makefile index 1277529946f..7e4d60a6ce2 100644 --- a/graphics/gimp-app-devel/Makefile +++ b/graphics/gimp-app-devel/Makefile @@ -20,7 +20,7 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= A GNU Image Manipulation Program (unstable development version) LIB_DEPENDS= aa.1:${PORTSDIR}/graphics/aalib \ - exif.9:${PORTSDIR}/graphics/libexif \ + exif.10:${PORTSDIR}/graphics/libexif \ jpeg.9:${PORTSDIR}/graphics/jpeg \ mng.1:${PORTSDIR}/graphics/libmng \ png.5:${PORTSDIR}/graphics/png \ diff --git a/graphics/gimp-app/Makefile b/graphics/gimp-app/Makefile index 1277529946f..7e4d60a6ce2 100644 --- a/graphics/gimp-app/Makefile +++ b/graphics/gimp-app/Makefile @@ -20,7 +20,7 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= A GNU Image Manipulation Program (unstable development version) LIB_DEPENDS= aa.1:${PORTSDIR}/graphics/aalib \ - exif.9:${PORTSDIR}/graphics/libexif \ + exif.10:${PORTSDIR}/graphics/libexif \ jpeg.9:${PORTSDIR}/graphics/jpeg \ mng.1:${PORTSDIR}/graphics/libmng \ png.5:${PORTSDIR}/graphics/png \ diff --git a/graphics/gimp-devel/Makefile b/graphics/gimp-devel/Makefile index 1277529946f..7e4d60a6ce2 100644 --- a/graphics/gimp-devel/Makefile +++ b/graphics/gimp-devel/Makefile @@ -20,7 +20,7 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= A GNU Image Manipulation Program (unstable development version) LIB_DEPENDS= aa.1:${PORTSDIR}/graphics/aalib \ - exif.9:${PORTSDIR}/graphics/libexif \ + exif.10:${PORTSDIR}/graphics/libexif \ jpeg.9:${PORTSDIR}/graphics/jpeg \ mng.1:${PORTSDIR}/graphics/libmng \ png.5:${PORTSDIR}/graphics/png \ diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile index 1277529946f..7e4d60a6ce2 100644 --- a/graphics/gimp/Makefile +++ b/graphics/gimp/Makefile @@ -20,7 +20,7 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= A GNU Image Manipulation Program (unstable development version) LIB_DEPENDS= aa.1:${PORTSDIR}/graphics/aalib \ - exif.9:${PORTSDIR}/graphics/libexif \ + exif.10:${PORTSDIR}/graphics/libexif \ jpeg.9:${PORTSDIR}/graphics/jpeg \ mng.1:${PORTSDIR}/graphics/libmng \ png.5:${PORTSDIR}/graphics/png \ diff --git a/graphics/gimpshop/Makefile b/graphics/gimpshop/Makefile index 1277529946f..7e4d60a6ce2 100644 --- a/graphics/gimpshop/Makefile +++ b/graphics/gimpshop/Makefile @@ -20,7 +20,7 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= A GNU Image Manipulation Program (unstable development version) LIB_DEPENDS= aa.1:${PORTSDIR}/graphics/aalib \ - exif.9:${PORTSDIR}/graphics/libexif \ + exif.10:${PORTSDIR}/graphics/libexif \ jpeg.9:${PORTSDIR}/graphics/jpeg \ mng.1:${PORTSDIR}/graphics/libmng \ png.5:${PORTSDIR}/graphics/png \ diff --git a/graphics/gthumb2/Makefile b/graphics/gthumb2/Makefile index 7d37a94c90d..584e55a883a 100644 --- a/graphics/gthumb2/Makefile +++ b/graphics/gthumb2/Makefile @@ -30,8 +30,8 @@ MAN1= gthumb.1 .include <bsd.port.pre.mk> -.if defined(WITH_EXIF) || exists(${LOCALBASE}/lib/libexif.so.9) -LIB_DEPENDS+= exif.9:${PORTSDIR}/graphics/libexif +.if defined(WITH_EXIF) || exists(${LOCALBASE}/lib/libexif.so.10) +LIB_DEPENDS+= exif.10:${PORTSDIR}/graphics/libexif .endif .include <bsd.port.post.mk> |