diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2010-08-07 20:48:05 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2010-08-07 20:48:05 +0000 |
commit | b4a3acf8b7ce6f399a399cb56862d083daa4aede (patch) | |
tree | cbc718aca2fc92f1163a1e06e46d1510fb54694b /graphics/darktable | |
parent | 5acb1dedab3f8a9f477c1255e4f6c242ca6a3e31 (diff) | |
download | ports-b4a3acf8b7ce6f399a399cb56862d083daa4aede.tar.gz ports-b4a3acf8b7ce6f399a399cb56862d083daa4aede.zip |
Notes
Diffstat (limited to 'graphics/darktable')
-rw-r--r-- | graphics/darktable/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/darktable/Makefile b/graphics/darktable/Makefile index 1dea5b55565b..41695f011d00 100644 --- a/graphics/darktable/Makefile +++ b/graphics/darktable/Makefile @@ -7,7 +7,7 @@ PORTNAME= darktable PORTVERSION= 0.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= SF @@ -16,7 +16,7 @@ COMMENT= A virtual lighttable and darkroom for photographers LIB_DEPENDS= gegl-0.1.101:${PORTSDIR}/graphics/gegl \ exiv2.7:${PORTSDIR}/graphics/exiv2 \ - lensfun.0:${PORTSDIR}/graphics/lensfun \ + lensfun.2:${PORTSDIR}/graphics/lensfun \ lcms.1:${PORTSDIR}/graphics/lcms USE_BZIP2= yes |