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 | |
parent | 5acb1dedab3f8a9f477c1255e4f6c242ca6a3e31 (diff) | |
download | ports-b4a3acf8b7ce6f399a399cb56862d083daa4aede.tar.gz ports-b4a3acf8b7ce6f399a399cb56862d083daa4aede.zip |
Notes
-rw-r--r-- | graphics/darktable/Makefile | 4 | ||||
-rw-r--r-- | graphics/ufraw/Makefile | 4 |
2 files changed, 4 insertions, 4 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 diff --git a/graphics/ufraw/Makefile b/graphics/ufraw/Makefile index 4cdd3b0fd32b..5a56ff191da4 100644 --- a/graphics/ufraw/Makefile +++ b/graphics/ufraw/Makefile @@ -7,7 +7,7 @@ PORTNAME= ufraw PORTVERSION= 0.16 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics gnome MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} @@ -53,7 +53,7 @@ PC_FALSE+= gimp PLIST_SUB+= GIMP="@comment " .endif .if !defined(WITHOUT_LENSFUN) -LIB_DEPENDS+= lensfun.0:${PORTSDIR}/graphics/lensfun +LIB_DEPENDS+= lensfun.2:${PORTSDIR}/graphics/lensfun CONFIGURE_ARGS+= --with-lensfun .endif .if defined(WITH_FITS) || exists(${LOCALBASE}/lib/libcfitsio.so) |