diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-04-12 08:24:32 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-04-12 08:24:32 +0000 |
commit | 8e289e1ecb347d5189abe5a320894fe47f5abb39 (patch) | |
tree | 1750713a7556f2542fb6fb8075f0a67251615f0f /graphics/gthumb/Makefile | |
parent | e29d5654e9f416d889be863e8dd567a647259124 (diff) | |
download | ports-8e289e1ecb347d5189abe5a320894fe47f5abb39.tar.gz ports-8e289e1ecb347d5189abe5a320894fe47f5abb39.zip |
Notes
Diffstat (limited to 'graphics/gthumb/Makefile')
-rw-r--r-- | graphics/gthumb/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/gthumb/Makefile b/graphics/gthumb/Makefile index e3c1942e231c..fe6d622a4c55 100644 --- a/graphics/gthumb/Makefile +++ b/graphics/gthumb/Makefile @@ -7,6 +7,7 @@ PORTNAME= gthumb PORTVERSION= 2.12.1 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -45,7 +46,7 @@ OPTIONS= EXIV2 "Exif support (image metadata)" On \ .include <bsd.port.pre.mk> .if defined(WITH_EXIV2) -LIB_DEPENDS+= exiv2.9:${PORTSDIR}/graphics/exiv2 +LIB_DEPENDS+= exiv2.10:${PORTSDIR}/graphics/exiv2 CONFIGURE_ARGS+=--enable-exiv2 PLIST_SUB+= EXIV2="" .else |