diff options
author | Koop Mast <kwm@FreeBSD.org> | 2010-08-20 08:34:50 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2010-08-20 08:34:50 +0000 |
commit | 84c43273081c0af0328c8e9aff7a90b19a7682f2 (patch) | |
tree | b45624ea4b40efde028f8992ec359eb2e00a83e3 /graphics/geeqie/Makefile | |
parent | 2d355723238aad45d6a79299e72e9c697bf13775 (diff) | |
download | ports-84c43273081c0af0328c8e9aff7a90b19a7682f2.tar.gz ports-84c43273081c0af0328c8e9aff7a90b19a7682f2.zip |
Chase exiv2 shlib bump.
Notes
Notes:
svn path=/head/; revision=259619
Diffstat (limited to 'graphics/geeqie/Makefile')
-rw-r--r-- | graphics/geeqie/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/geeqie/Makefile b/graphics/geeqie/Makefile index c50d53c2241e..88905f8beb25 100644 --- a/graphics/geeqie/Makefile +++ b/graphics/geeqie/Makefile @@ -7,7 +7,7 @@ PORTNAME= geeqie PORTVERSION= 1.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} @@ -40,7 +40,7 @@ OPTIONS= EXIV2 "Metadata editing" on \ .include <bsd.port.pre.mk> .if defined(WITH_EXIV2) -LIB_DEPENDS+= exiv2.7:${PORTSDIR}/graphics/exiv2 +LIB_DEPENDS+= exiv2.9:${PORTSDIR}/graphics/exiv2 CONFIGURE_ARGS+=--enable-exiv2 .else CONFIGURE_ARGS+=--disable-exiv2 |