diff options
author | swills <swills@FreeBSD.org> | 2013-01-17 11:32:27 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2013-01-17 11:32:27 +0800 |
commit | a4e3fd6ab8eae5ab75528f600c117c541ee64b11 (patch) | |
tree | 21a89118c4f60e0218d4ed4fbb1ea08b017366ae /graphics/exact-image | |
parent | 6936b60df9b2aace56f75381d3fde3082c97bedd (diff) | |
download | freebsd-ports-gnome-a4e3fd6ab8eae5ab75528f600c117c541ee64b11.tar.gz freebsd-ports-gnome-a4e3fd6ab8eae5ab75528f600c117c541ee64b11.tar.zst freebsd-ports-gnome-a4e3fd6ab8eae5ab75528f600c117c541ee64b11.zip |
- Chase lib version changes from ilmbase and OpenEXR updates
Diffstat (limited to 'graphics/exact-image')
-rw-r--r-- | graphics/exact-image/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/exact-image/Makefile b/graphics/exact-image/Makefile index ae64f17c59da..786ee03f9659 100644 --- a/graphics/exact-image/Makefile +++ b/graphics/exact-image/Makefile @@ -7,7 +7,7 @@ PORTNAME= exact-image PORTVERSION= 0.8.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics perl5 python MASTER_SITES= http://dl.exactcode.de/oss/${PORTNAME}/ LOCAL/bf @@ -23,7 +23,7 @@ LIB_DEPENDS= agg.2:${PORTSDIR}/graphics/agg \ png15:${PORTSDIR}/graphics/png \ gif.5:${PORTSDIR}/graphics/giflib \ jasper.4:${PORTSDIR}/graphics/jasper \ - IlmImf.6:${PORTSDIR}/graphics/OpenEXR \ + IlmImf:${PORTSDIR}/graphics/OpenEXR \ lcms.1:${PORTSDIR}/graphics/lcms \ freetype.9:${PORTSDIR}/print/freetype2 \ expat.6:${PORTSDIR}/textproc/expat2 |