diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2010-03-29 11:17:55 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2010-03-29 11:17:55 +0000 |
commit | 7357834e3283381ba6c8881414b69f475df15fc2 (patch) | |
tree | 44d6c2bfbbbf1f6bb2f8da1a89394e7a99064732 /graphics | |
parent | d40e1ed6175b3b0fe15287b8743e7df3b390de39 (diff) |
Notes
Diffstat (limited to 'graphics')
-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 cb882cacf1ed..f209e0fe5415 100644 --- a/graphics/darktable/Makefile +++ b/graphics/darktable/Makefile @@ -7,14 +7,14 @@ PORTNAME= darktable PORTVERSION= 0.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= SF MAINTAINER= danfe@FreeBSD.org COMMENT= A virtual lighttable and darkroom for photographers -LIB_DEPENDS= gegl-0.0.22:${PORTSDIR}/graphics/gegl \ +LIB_DEPENDS= gegl-0.0.101:${PORTSDIR}/graphics/gegl \ exiv2.7:${PORTSDIR}/graphics/exiv2 \ lensfun.0:${PORTSDIR}/graphics/lensfun \ lcms.1:${PORTSDIR}/graphics/lcms |