diff options
author | pav <pav@FreeBSD.org> | 2007-05-25 20:07:17 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-05-25 20:07:17 +0800 |
commit | 5d250f929430058ec45e62a855efefc032eb008a (patch) | |
tree | 2c25557c78badb53046b27cb7713ca2dd3da1caf /graphics/ida/Makefile | |
parent | 6327fedb785e1df4941d2d45c5319ac076087cae (diff) | |
download | freebsd-ports-gnome-5d250f929430058ec45e62a855efefc032eb008a.tar.gz freebsd-ports-gnome-5d250f929430058ec45e62a855efefc032eb008a.tar.zst freebsd-ports-gnome-5d250f929430058ec45e62a855efefc032eb008a.zip |
- Chase libexif update
Diffstat (limited to 'graphics/ida/Makefile')
-rw-r--r-- | graphics/ida/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/ida/Makefile b/graphics/ida/Makefile index 20d7aab2d4a2..958fd12ed093 100644 --- a/graphics/ida/Makefile +++ b/graphics/ida/Makefile @@ -7,7 +7,7 @@ PORTNAME= ida PORTVERSION= 0.21 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= http://dl.bytesex.org/releases/fbida/ DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -19,7 +19,7 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ png.5:${PORTSDIR}/graphics/png \ tiff.4:${PORTSDIR}/graphics/tiff \ ungif.5:${PORTSDIR}/graphics/libungif \ - exif.12:${PORTSDIR}/graphics/libexif + exif.13:${PORTSDIR}/graphics/libexif USE_GMAKE= yes USE_X_PREFIX= yes |