diff options
author | bapt <bapt@FreeBSD.org> | 2011-04-12 16:24:32 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2011-04-12 16:24:32 +0800 |
commit | bded29ac618d5450c6aa6d272706af87b4ca7fd9 (patch) | |
tree | 132f8175ae968eef740322a566a4807ce07efe0b /graphics/ufraw/Makefile | |
parent | b7374fdda5dd9330b83f122b41be4efc980bd392 (diff) | |
download | freebsd-ports-gnome-bded29ac618d5450c6aa6d272706af87b4ca7fd9.tar.gz freebsd-ports-gnome-bded29ac618d5450c6aa6d272706af87b4ca7fd9.tar.zst freebsd-ports-gnome-bded29ac618d5450c6aa6d272706af87b4ca7fd9.zip |
- chase exiv2 library bump
- while here remove some MD5
- fix some forgottern desktop-file-utils dependencies
Diffstat (limited to 'graphics/ufraw/Makefile')
-rw-r--r-- | graphics/ufraw/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/ufraw/Makefile b/graphics/ufraw/Makefile index e28c3af12653..7e0f5f96757b 100644 --- a/graphics/ufraw/Makefile +++ b/graphics/ufraw/Makefile @@ -7,7 +7,7 @@ PORTNAME= ufraw PORTVERSION= 0.17 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics gnome MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} @@ -40,7 +40,7 @@ OPTIONS= CONTRAST "Enable contrast setting" on \ .include <bsd.port.pre.mk> .if !defined(WITHOUT_EXIV2) -LIB_DEPENDS+= exiv2:${PORTSDIR}/graphics/exiv2 +LIB_DEPENDS+= exiv2.10:${PORTSDIR}/graphics/exiv2 .else PC_FALSE+= exiv2 .endif |