diff options
author | Steve Wills <swills@FreeBSD.org> | 2013-01-17 03:32:27 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2013-01-17 03:32:27 +0000 |
commit | bb851b402873d820e2c568c9daf2980a883c8943 (patch) | |
tree | 21a89118c4f60e0218d4ed4fbb1ea08b017366ae /graphics/exact-image | |
parent | 0b4cbd2d206975ef717968f7790baafdd9256e10 (diff) |
Notes
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 |