diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2012-07-31 15:29:26 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2012-07-31 15:29:26 +0000 |
commit | 8d56f00ee5c300400101f3226bbe4dcc4b678d19 (patch) | |
tree | 2f88d1b97a52f37a0a9e91e7fca005d5bfff4527 /graphics/darktable | |
parent | - Restore PORTEPOCH (diff) |
Update graphics/exiv2 to version 0.23.
The so library version has changed.
Bump PORTREVISIONs at dependent ports.
PR: ports/169733
Submitted by: bsam (me)
Approved by: multimedia (maintainer timeout 3 weeks)
Notes
Notes:
svn path=/head/; revision=301793
Diffstat (limited to 'graphics/darktable')
-rw-r--r-- | graphics/darktable/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/darktable/Makefile b/graphics/darktable/Makefile index 6648c94ac248..e9587413c28f 100644 --- a/graphics/darktable/Makefile +++ b/graphics/darktable/Makefile @@ -7,6 +7,7 @@ PORTNAME= darktable PORTVERSION= 1.0.4 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION:R} @@ -15,7 +16,7 @@ COMMENT= A virtual lighttable and darkroom for photographers LICENSE= GPLv3 -LIB_DEPENDS= exiv2.10:${PORTSDIR}/graphics/exiv2 \ +LIB_DEPENDS= exiv2.12:${PORTSDIR}/graphics/exiv2 \ IlmImf.6:${PORTSDIR}/graphics/OpenEXR \ lensfun.2:${PORTSDIR}/graphics/lensfun \ lcms2.2:${PORTSDIR}/graphics/lcms2 \ |