diff options
author | pav <pav@FreeBSD.org> | 2007-05-27 23:25:47 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-05-27 23:25:47 +0800 |
commit | b5bfb32288db5fbaa78ee04311022c4e9783ca1e (patch) | |
tree | 78d6bd162f9585be5f343e861311219e8b5eac70 /graphics/f-spot | |
parent | 427c098d00a0a1f08c407fb2485d7b42b0bef73f (diff) | |
download | freebsd-ports-gnome-b5bfb32288db5fbaa78ee04311022c4e9783ca1e.tar.gz freebsd-ports-gnome-b5bfb32288db5fbaa78ee04311022c4e9783ca1e.tar.zst freebsd-ports-gnome-b5bfb32288db5fbaa78ee04311022c4e9783ca1e.zip |
- Chase libexif update
Diffstat (limited to 'graphics/f-spot')
-rw-r--r-- | graphics/f-spot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/f-spot/Makefile b/graphics/f-spot/Makefile index b7595d9828ac..a05f5a6a1a9c 100644 --- a/graphics/f-spot/Makefile +++ b/graphics/f-spot/Makefile @@ -8,7 +8,7 @@ PORTNAME= f-spot PORTVERSION= 0.3.5 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= graphics gnome MASTER_SITES= ${MASTER_SITE_GNOME} @@ -18,7 +18,7 @@ MAINTAINER= bsd-sharp-list@forge.novell.com COMMENT= Personal photo management to the GNOME desktop LIB_DEPENDS= lcms.1:${PORTSDIR}/graphics/lcms \ - exif.13:${PORTSDIR}/graphics/libexif \ + exif.12:${PORTSDIR}/graphics/libexif \ gphoto2.2:${PORTSDIR}/graphics/libgphoto2 RUN_DEPENDS= dbus-daemon:${PORTSDIR}/devel/dbus |