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/hugin | |
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/hugin')
-rw-r--r-- | graphics/hugin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/hugin/Makefile b/graphics/hugin/Makefile index 046f658b2f83..58b1a64fda69 100644 --- a/graphics/hugin/Makefile +++ b/graphics/hugin/Makefile @@ -7,7 +7,7 @@ PORTNAME= hugin PORTVERSION= 2010.4.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION:R} @@ -18,7 +18,7 @@ LIB_DEPENDS= tiff:${PORTSDIR}/graphics/tiff \ jpeg:${PORTSDIR}/graphics/jpeg \ png:${PORTSDIR}/graphics/png \ IlmImf:${PORTSDIR}/graphics/OpenEXR \ - exiv2:${PORTSDIR}/graphics/exiv2 \ + exiv2.10:${PORTSDIR}/graphics/exiv2 \ pano13:${PORTSDIR}/graphics/libpano13 \ boost_thread:${PORTSDIR}/devel/boost-libs \ IlmImf:${PORTSDIR}/graphics/OpenEXR \ |