aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/geeqie
diff options
context:
space:
mode:
authorbsam <bsam@FreeBSD.org>2009-03-12 06:19:40 +0800
committerbsam <bsam@FreeBSD.org>2009-03-12 06:19:40 +0800
commit420f0acbf783b2a3949b01867eb8a9367689eb5a (patch)
tree9951433330e9cd4e3cb639625458e021f5762687 /graphics/geeqie
parent05f137f20afed5123f9ddf775fa4a8ce6c59f259 (diff)
downloadfreebsd-ports-graphics-420f0acbf783b2a3949b01867eb8a9367689eb5a.tar.gz
freebsd-ports-graphics-420f0acbf783b2a3949b01867eb8a9367689eb5a.tar.zst
freebsd-ports-graphics-420f0acbf783b2a3949b01867eb8a9367689eb5a.zip
. update graphics/exiv2 to the new version;
. bump ports which depends upon libexiv2.so (the library was bumpted from *.so.3 to *.so.7); . mark current graphics/py-exiv2 as broken since it doesn't compile with new libexiv2; this should change with graphics/py-exiv2-0.2. PR: ports/131376 Submitted by: bsam (me) Discussed with: kde@ Approved by: maintainer timeout (5 weeks)
Diffstat (limited to 'graphics/geeqie')
-rw-r--r--graphics/geeqie/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/geeqie/Makefile b/graphics/geeqie/Makefile
index e5a06cd7f88..5cf1cbd3808 100644
--- a/graphics/geeqie/Makefile
+++ b/graphics/geeqie/Makefile
@@ -7,6 +7,7 @@
PORTNAME= geeqie
DISTVERSION= 1.0alpha3
+PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= SF
@@ -37,7 +38,7 @@ OPTIONS= EXIV2 "Enable EXIV2 for metadata editing" on \
.include <bsd.port.pre.mk>
.if defined(WITH_EXIV2)
-LIB_DEPENDS+= exiv2.3:${PORTSDIR}/graphics/exiv2
+LIB_DEPENDS+= exiv2.7:${PORTSDIR}/graphics/exiv2
CONFIGURE_ARGS+=--enable-exiv2
.else
CONFIGURE_ARGS+=--disable-exiv2