aboutsummaryrefslogtreecommitdiff
path: root/graphics/gthumb
diff options
context:
space:
mode:
authorBoris Samorodov <bsam@FreeBSD.org>2012-07-31 15:29:26 +0000
committerBoris Samorodov <bsam@FreeBSD.org>2012-07-31 15:29:26 +0000
commit8d56f00ee5c300400101f3226bbe4dcc4b678d19 (patch)
tree2f88d1b97a52f37a0a9e91e7fca005d5bfff4527 /graphics/gthumb
parent1016202f0ffe2a3a9d796f6af09fda6e017a8e0f (diff)
downloadports-8d56f00ee5c300400101f3226bbe4dcc4b678d19.tar.gz
ports-8d56f00ee5c300400101f3226bbe4dcc4b678d19.zip
Notes
Diffstat (limited to 'graphics/gthumb')
-rw-r--r--graphics/gthumb/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gthumb/Makefile b/graphics/gthumb/Makefile
index 1656e306dace..666c64ad2cb0 100644
--- a/graphics/gthumb/Makefile
+++ b/graphics/gthumb/Makefile
@@ -7,7 +7,7 @@
PORTNAME= gthumb
PORTVERSION= 2.14.1
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= graphics
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
@@ -50,7 +50,7 @@ OPTIONS= EXIV2 "Exif support (image metadata)" On \
.include <bsd.port.pre.mk>
.if defined(WITH_EXIV2)
-LIB_DEPENDS+= exiv2.10:${PORTSDIR}/graphics/exiv2
+LIB_DEPENDS+= exiv2.12:${PORTSDIR}/graphics/exiv2
CONFIGURE_ARGS+=--enable-exiv2
PLIST_SUB+= EXIV2=""
.else