diff options
author | Maho Nakata <maho@FreeBSD.org> | 2003-08-10 13:04:53 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2003-08-10 13:04:53 +0000 |
commit | 3b4ccf123a0b104e394303299471a7324c14a71e (patch) | |
tree | c34b588fdbd0f44abb2fabdd8b251dd12e910afa /graphics/gimp | |
parent | - Fix incompatibility with gcc33 (diff) |
Chase the libexif shared lib version.
Diffstat (limited to 'graphics/gimp')
-rw-r--r-- | graphics/gimp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile index 1277529946f1..7e4d60a6ce2c 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 \ |